mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05: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
@ -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…
x
Reference in New Issue
Block a user