]> git.ipfire.org Git - thirdparty/curl.git/commit
ngtcp2: fix build with ngtcp2 and nghttp3
authorTatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
Sun, 12 Sep 2021 06:27:33 +0000 (15:27 +0900)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 12 Sep 2021 10:34:32 +0000 (12:34 +0200)
commit24a7cbe9d22cb1783a33b94288b656191b0e4375
treed54951264faf096320e67ccf310ec733fe65f41b
parentdbe693e76973a12dfe39466c10cd83922813feef
ngtcp2: fix build with ngtcp2 and nghttp3

ngtcp2_conn_client_new and nghttp3_conn_client_new are now macros.
Check the wrapped functions instead.

ngtcp2_stream_close callback now takes flags parameter.

Closes #7709
configure.ac
lib/vquic/ngtcp2.c