[PATCH] Fixing unix domain socket use in https connects.
authorStefan Eissing <stefan@eissing.org>
Tue, 28 Feb 2023 09:07:21 +0000 (10:07 +0100)
committerSamuel Henrique <samueloph@debian.org>
Sat, 15 Apr 2023 19:03:44 +0000 (20:03 +0100)
commit142ce8b2dd2a04e378a6f7cb36e55c89efdc903b
tree9390018a6d70eecb39f783ee9c44e08f8aa9e4d6
parentbac90c44a6a63fb53463c1a9557dd6753e265c76
[PATCH] Fixing unix domain socket use in https connects.

- refs #10633, when h2/h3 eyeballing was involved, unix domain socket
  configurations were not honoured
- configuring --unix-socket will disable HTTP/3 as candidate for eyeballing
- combinatino of --unix-socket and --http3-only will fail during initialisation
- adding pytest test_11 to reproduce

Gbp-Pq: Name fix-unix-domain-socket.patch
lib/cf-http.c
lib/http.c
lib/vquic/vquic.c
tests/tests-httpd/test_11_unix.py [new file with mode: 0644]