[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)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 20 May 2023 09:55:44 +0000 (10:55 +0100)
commit91fb0fda012574ef5c21247cfdee536843075ead
tree123472c4d6a5316ba4c89f650e96cb4f104c9c4d
parent523012c0aa604f54762f730fa0c8498b2559c0ac
[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]