aboutsummaryrefslogtreecommitdiff
path: root/lib/quic.h
AgeCommit message (Collapse)Author
2019-11-18ngtcp2: use overflow buffer for extra HTTP/3 dataJavier Blazquez
Fixes #4525 Closes #4603
2019-08-23ngtcp2: accept upload via callbackDaniel Stenberg
Closes #4256
2019-08-14ngtcp2: do QUIC connections happy-eyeballs friendlyDaniel Stenberg
2019-08-13quic.h: remove unused protoDaniel 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