1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

ngtcp2: adapt to recent nghttp3 updates

'reset_stream' was added to the nghttp3_conn_callbacks struct

Closes #6185
This commit is contained in:
Daniel Stenberg 2020-11-08 20:55:15 +01:00
parent 374329d773
commit 5d57a79929
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -1163,6 +1163,7 @@ static nghttp3_conn_callbacks ngh3_callbacks = {
cb_h3_send_stop_sending,
NULL, /* push_stream */
NULL, /* end_stream */
NULL, /* reset_stream */
};
static int init_ngh3_conn(struct quicsocket *qs)