Restrict Wings listener ALPN to http/1.1 to fix Guzzle broken pipe

This commit is contained in:
2026-06-02 23:22:11 +02:00
parent aa13b62d40
commit 63d48cf66c

View File

@@ -9,6 +9,10 @@ spec:
kind: Gateway
name: gateway-internal
sectionName: wings
tls:
# Wings only speaks HTTP/1.1; disabling h2 ALPN prevents Guzzle connection-reuse broken pipe
alpnProtocols:
- http/1.1
timeout:
http:
requestReceivedTimeout: 0s