]> git.ipfire.org Git - thirdparty/curl.git/commit
msh3: add support for QUIC and HTTP/3 using msh3
authorNick Banks <nibanks@microsoft.com>
Sun, 10 Apr 2022 16:21:37 +0000 (18:21 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 10 Apr 2022 16:23:04 +0000 (18:23 +0200)
commit37492ebbfa24ba4e700e6655b3dbc2bdd65c894a
treee0850c91ec4a66c654463d2ede04cd9c038288fd
parent7befbe9ce97d6f9a1525a0fcbf5cbc5ad50546e3
msh3: add support for QUIC and HTTP/3 using msh3

Considered experimental, as the other HTTP/3 backends.

Closes #8517
18 files changed:
.gitignore
CMake/FindMSH3.cmake [new file with mode: 0644]
CMakeLists.txt
Makefile.am
configure.ac
docs/HTTP3.md
lib/Makefile.inc
lib/altsvc.c
lib/config-os400.h
lib/curl_config.h.cmake
lib/curl_setup.h
lib/http.h
lib/quic.h
lib/vquic/msh3.c [new file with mode: 0644]
lib/vquic/msh3.h [new file with mode: 0644]
winbuild/Makefile.vc
winbuild/MakefileBuild.vc
winbuild/README.md