mirror of
https://github.com/curl/curl.git
synced 2026-07-27 06:37:16 +03:00
ngtcp2: remove the acked_crypto_offset struct field init
... as it is gone from the API upstream. Closes #7578
This commit is contained in:
parent
8c9722bb1c
commit
44f88e662f
1 changed files with 0 additions and 1 deletions
|
|
@ -692,7 +692,6 @@ static ngtcp2_callbacks ng_callbacks = {
|
|||
ngtcp2_crypto_decrypt_cb,
|
||||
ngtcp2_crypto_hp_mask_cb,
|
||||
cb_recv_stream_data,
|
||||
NULL, /* acked_crypto_offset */
|
||||
cb_acked_stream_data_offset,
|
||||
NULL, /* stream_open */
|
||||
cb_stream_close,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue