mirror of
https://github.com/curl/curl.git
synced 2026-07-22 17:27:16 +03:00
ngtcp2: sync with current master
ngtcp2 added two new callbacks Reported-by: Lucien Zürcher Fixes #5624 Closes #5627
This commit is contained in:
parent
600db1e706
commit
c891e681bf
1 changed files with 3 additions and 1 deletions
|
|
@ -757,7 +757,9 @@ static ngtcp2_conn_callbacks ng_callbacks = {
|
|||
cb_extend_max_stream_data,
|
||||
NULL, /* dcid_status */
|
||||
NULL, /* handshake_confirmed */
|
||||
NULL /* recv_new_token */
|
||||
NULL, /* recv_new_token */
|
||||
ngtcp2_crypto_delete_crypto_aead_ctx_cb,
|
||||
ngtcp2_crypto_delete_crypto_cipher_ctx_cb
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue