]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ngtcp2: adapt to recent nghttp3 updates
authorDaniel Stenberg <daniel@haxx.se>
Sun, 8 Nov 2020 19:55:15 +0000 (20:55 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 9 Nov 2020 07:17:38 +0000 (08:17 +0100)
'reset_stream' was added to the nghttp3_conn_callbacks struct

Closes #6185

lib/vquic/ngtcp2.c

index d6837b18c3b530ef29131028a317584f1022d0f6..cf2aeb4740cac06e5a696a06f4f2745ee164caaf 100644 (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)