mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
ngtcp2: adapt to recent nghttp3 updates
'reset_stream' was added to the nghttp3_conn_callbacks struct Closes #6185
This commit is contained in:
parent
374329d773
commit
5d57a79929
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user