You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a web application using the default HTTP client and it failed to time out dead connections and it ran out of file handles after a month of operation.
What did you expect to see?
Either the connections timing out or the application panicking and closing when it ran out of handles. Preferably the connections timing out as long-running connections are normally the exception rather than the rule.
What did you see instead?
The application stayed running but began responding to requests inconsistently as the file handles were exhausted leading to silent data loss from webhook failures.
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I created a web application using the default HTTP client and it failed to time out dead connections and it ran out of file handles after a month of operation.
What did you expect to see?
Either the connections timing out or the application panicking and closing when it ran out of handles. Preferably the connections timing out as long-running connections are normally the exception rather than the rule.
What did you see instead?
The application stayed running but began responding to requests inconsistently as the file handles were exhausted leading to silent data loss from webhook failures.
The text was updated successfully, but these errors were encountered: