aboutsummaryrefslogtreecommitdiff
path: root/lib/vquic/quiche.h
AgeCommit message (Collapse)Author
2019-08-07quiche: improved error handling and memory cleanupsDaniel Stenberg
2019-08-05quiche: initial h3 request send/receiveDaniel Stenberg
2019-07-21HTTP3: initial (experimental) supportDaniel Stenberg
USe configure --with-ngtcp2 or --with-quiche Using either option will enable a HTTP3 build. Co-authored-by: Alessandro Ghedini <alessandro@ghedini.me> Closes #3500