mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-21 22:46:29 +08:00
An idle timeout of 6m keeps web api connections open too long on Proxies that have any agents which do not have the changes from #22832. Because the http.Server.IdleTimeout is set on all release versions now, even when built with go.19, we experience this issue because we no longer exercise the bug that was fixed in go1.20.