]> git.ipfire.org Git - thirdparty/curl.git/commit
vquic: drop msh3
authorDaniel Stenberg <daniel@haxx.se>
Tue, 24 Jun 2025 06:34:58 +0000 (08:34 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 27 Jul 2025 15:57:17 +0000 (17:57 +0200)
commit91138b014d960d2ef6ce9cd0ca237d0220b2458d
tree64c9c3de5d9e9cbe5d5139e64961e029483c436f
parentc4430c542a3da197d904f51ae631c9492902291d
vquic: drop msh3

It has never been properly functional in curl while there are several
alternatives that are.

Closes #17729
32 files changed:
.github/labeler.yml
.github/scripts/cmp-config.pl
.github/workflows/linux.yml
CMake/FindMSH3.cmake [deleted file]
CMakeLists.txt
Makefile.am
configure.ac
docs/DEPRECATE.md
docs/HTTP3.md
docs/INSTALL-CMAKE.md
lib/Makefile.inc
lib/cf-socket.c
lib/cf-socket.h
lib/config-os400.h
lib/curl_config.h.cmake
lib/curl_setup.h
lib/http.h
lib/socketpair.c
lib/socketpair.h
lib/vquic/curl_msh3.c [deleted file]
lib/vquic/curl_msh3.h [deleted file]
lib/vquic/vquic.c
lib/vtls/openssl.c
tests/http/scorecard.py
tests/http/test_02_download.py
tests/http/test_03_goaway.py
tests/http/test_05_errors.py
tests/http/test_07_upload.py
tests/http/test_08_caddy.py
winbuild/Makefile.vc
winbuild/MakefileBuild.vc
winbuild/README.md