]> git.ipfire.org Git - thirdparty/curl.git/commit
lib: error out on multissl + http3
authorDaniel Stenberg <daniel@haxx.se>
Fri, 26 Jan 2024 15:59:33 +0000 (16:59 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 29 Jan 2024 15:37:08 +0000 (16:37 +0100)
commit011325ff29638bfaa498c1a930950437c4e7dd62
tree7f6db68c9ae8c85d4d7d200a691a1885c5b9d07d
parent2bfbb538d0a54d3142b0a4b0005334a8237b996a
lib: error out on multissl + http3

Since the QUIC/h3 code has no knowledge or handling of multissl it might
bring unintended consequences if we allow it.

configure, cmake and curl_setup.h all now reject this combination.

Assisted-by: Viktor Szakats
Assisted-by: Gisle Vanem
Ref: #12806
Closes #12807
CMakeLists.txt
configure.ac
lib/curl_setup.h