[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>
Thu, 18 May 2023 22:43:40 +0000 (23:43 +0100)
commitd30e15512c1ac0facc0b85b0ff652bea71810abf
tree0ea2767e2d66d5dff0ce70328509fbf32ad5f1c2
parent0d6bc7536f40808fed121b8af086e49922f175c3
[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]