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
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
Cannot be reproduced consistently
Never encountered on macOS ARM with the program compiled for ARM
Error Message
runtime error: invalid memory address or nil pointer dereference
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.
The text was updated successfully, but these errors were encountered: