ngtcp2: remove the acked_crypto_offset struct field init

... as it is gone from the API upstream.

Closes #7578
This commit is contained in:
Daniel Stenberg 2021-08-16 17:04:45 +02:00
parent 8c9722bb1c
commit 44f88e662f
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -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,