mirror of
https://github.com/curl/curl.git
synced 2026-08-24 11:33:33 +03:00
cf-ngtcp2-cmn: initialize new callback ptr for ngtcp2 1.24.0+, bump in CI
Fixes #22205 Closes #22207
This commit is contained in:
parent
c253a96296
commit
99859ecca8
2 changed files with 4 additions and 1 deletions
|
|
@ -596,6 +596,9 @@ static ngtcp2_callbacks ng_callbacks = {
|
|||
NULL, /* dcid_status2 */
|
||||
ngtcp2_crypto_get_path_challenge_data2_cb, /* get_path_challenge_data2 */
|
||||
#endif
|
||||
#ifdef NGTCP2_CALLBACKS_V4 /* ngtcp2 v1.24.0+ */
|
||||
NULL, /* recv_stop_sending */
|
||||
#endif
|
||||
};
|
||||
|
||||
#if defined(_MSC_VER) && defined(_DLL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue