[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)
committerCarlos Henrique Lima Melara <charlesmelara@riseup.net>
Sat, 17 Aug 2024 17:06:29 +0000 (14:06 -0300)
commitc4da51afb51d5713101d08f5443a0eeea2aa6b6c
treeef549159b52e362da39cb240754befff4904b083
parentab50ec9e33d47d93e2443758e00d5a2b2f69963e
[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]