[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>
Sun, 23 Jul 2023 21:43:52 +0000 (22:43 +0100)
commit43baf68cb96576a4f42fdcc5d477703e71138b37
tree0a97e5af1544631e4b0ffb1ae3a04fd91aca4ace
parent1f17f4c21bdbbc29fe83ff18c2e8f245b07be304
[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]