mirror of
https://github.com/moparisthebest/curl
synced 2024-11-16 06:25:03 -05:00
ngtcp2: adapt to the new recv_datagram callback
This commit is contained in:
parent
69a396f593
commit
ec5d9b44a2
@ -739,7 +739,8 @@ static ngtcp2_callbacks ng_callbacks = {
|
|||||||
NULL, /* handshake_confirmed */
|
NULL, /* handshake_confirmed */
|
||||||
NULL, /* recv_new_token */
|
NULL, /* recv_new_token */
|
||||||
ngtcp2_crypto_delete_crypto_aead_ctx_cb,
|
ngtcp2_crypto_delete_crypto_aead_ctx_cb,
|
||||||
ngtcp2_crypto_delete_crypto_cipher_ctx_cb
|
ngtcp2_crypto_delete_crypto_cipher_ctx_cb,
|
||||||
|
NULL /* recv_datagram */
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user