Restrict Wings listener ALPN to http/1.1 to fix Guzzle broken pipe
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user