mirror of
https://github.com/curl/curl.git
synced 2026-07-28 16:53:11 +03: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue