Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce DefaultIdleTimeout to 30s (#23949)
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.
- Loading branch information