We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a183b commit 709dd69Copy full SHA for 709dd69
packages/orchestrator/internal/proxy/proxy.go
@@ -69,7 +69,7 @@ func (p *SandboxProxy) Start() error {
69
IdleConnTimeout: 620 * time.Second, // Matches keepalive_timeout
70
TLSHandshakeTimeout: 10 * time.Second, // Similar to client_header_timeout
71
ResponseHeaderTimeout: 24 * time.Hour, // Matches proxy_read_timeout
72
- DisableKeepAlives: false, // Allow keep-alive
+ DisableKeepAlives: true, // Disable keep-alives, envd doesn't support idle connections
73
}
74
75
p.server.Handler = http.HandlerFunc(p.proxyHandler(serverTransport))
0 commit comments