mirror of
https://github.com/curl/curl.git
synced 2026-05-30 12:37:28 +03:00
ngtcp2: adapt to the new recv_datagram callback
This commit is contained in:
parent
69a396f593
commit
ec5d9b44a2
1 changed files with 2 additions and 1 deletions
|
|
@ -739,7 +739,8 @@ static ngtcp2_callbacks ng_callbacks = {
|
|||
NULL, /* handshake_confirmed */
|
||||
NULL, /* recv_new_token */
|
||||
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…
Add table
Add a link
Reference in a new issue