summaryrefslogtreecommitdiff
path: root/lib/quic.h
Commit message (Collapse)AuthorAgeFilesLines
* ngtcp2: use overflow buffer for extra HTTP/3 dataJavier Blazquez2019-11-181-0/+4
| | | | | Fixes #4525 Closes #4603
* ngtcp2: accept upload via callbackDaniel Stenberg2019-08-231-1/+4
| | | | Closes #4256
* ngtcp2: do QUIC connections happy-eyeballs friendlyDaniel Stenberg2019-08-141-2/+4
|
* quic.h: remove unused protoDaniel Stenberg2019-08-131-6/+0
|
* HTTP3: initial (experimental) supportDaniel Stenberg2019-07-211-0/+54
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