]> git.ipfire.org Git - thirdparty/curl.git/commit
ngtcp2: send HTTP/3 request with nghttp3
authorTatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
Mon, 12 Aug 2019 04:09:44 +0000 (13:09 +0900)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 12 Aug 2019 07:20:36 +0000 (09:20 +0200)
commitfb6d46a7094ebe7c1379e0d7d44ab04354615102
tree35c0425d63013a12e6d027fd4f856ac699c7fd47
parent102ebe0459dedf074c6c851d1537baccb090ced2
ngtcp2: send HTTP/3 request with nghttp3

This commit makes sending HTTP/3 request with nghttp3 work.  It
minimally receives HTTP response and calls nghttp3 callbacks, but no
processing is made at the moment.

Closes #4215
lib/vquic/ngtcp2.c