mirror of
https://github.com/curl/curl.git
synced 2026-07-30 14:38:58 +03:00
parent
b2a5369e70
commit
e416e2948b
2 changed files with 6 additions and 0 deletions
|
|
@ -625,6 +625,9 @@ static nghttp3_callbacks ngh3_proxy_callbacks = {
|
|||
#ifdef NGHTTP3_CALLBACKS_V3 /* nghttp3 v1.14.0+ */
|
||||
NULL, /* recv_settings2 */
|
||||
#endif
|
||||
#ifdef NGHTTP3_CALLBACKS_V4 /* nghttp3 v1.18.0+ */
|
||||
NULL, /* stream_close2 */
|
||||
#endif
|
||||
};
|
||||
|
||||
static CURLcode cf_ngtcp2_proxy_h3_init(struct Curl_cfilter *cf,
|
||||
|
|
|
|||
|
|
@ -410,6 +410,9 @@ static nghttp3_callbacks ngh3_callbacks = {
|
|||
#ifdef NGHTTP3_CALLBACKS_V3 /* nghttp3 v1.14.0+ */
|
||||
NULL, /* recv_settings2 */
|
||||
#endif
|
||||
#ifdef NGHTTP3_CALLBACKS_V4 /* nghttp3 v1.18.0+ */
|
||||
NULL, /* stream_close2 */
|
||||
#endif
|
||||
};
|
||||
|
||||
static CURLcode init_ngh3_conn(struct Curl_cfilter *cf,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue