Closed thierry-f-78 closed 1 week ago
Related Issues and Documentation
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)
It looks more likely to be a problem with your code. I don't think this is actionable without a reproducer
Go version
1.22.7 linux/amd64
Output of
go env
in your module/workspace:What did you do?
I Use http handler to process homemade timeouts.
What did you see happen?
Description
A panic occurs in an
http.ResponseWriter
under specific conditions. The issue is inconsistent and difficult to reproduce reliably. It has been observed frequently on a colleague's PC and occasionally on other machines.Reproducibility
Error Message
Stack Trace
What did you expect to see?
Maybe an error, or nothing, but not a panic.