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 2f76274b36
commit dc1de99c7a

View File

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