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
When a handler passed to timeout.WithHandler completed and the middleware timed out at the same time, the context writes both response bodies or panics due to concurrent writes.
When a handler passed to
timeout.WithHandler
completed and the middleware timed out at the same time, the context writes both response bodies or panics due to concurrent writes.Reproduction
Result
response bodies
Approximately 15% responses has duplicated response body.
panic
Also, server sometimes crashes due to concurrent map writes.
Panic stacktraces (click to open)
version
The text was updated successfully, but these errors were encountered: