Fixes #22205
Closes #22207
# renovate: datasource=github-tags depName=ngtcp2/nghttp3 versioning=semver registryUrl=https://github.com
NGHTTP3_VERSION: 1.17.0
# renovate: datasource=github-tags depName=ngtcp2/ngtcp2 versioning=semver registryUrl=https://github.com
- NGTCP2_VERSION: 1.23.0
+ NGTCP2_VERSION: 1.24.0
# renovate: datasource=github-tags depName=nghttp2/nghttp2 versioning=semver registryUrl=https://github.com
NGHTTP2_VERSION: 1.69.0
# no tagged releases
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)