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'm getting a reliable crash from a nil pointer dereference deep in the net/http
package, immediately after some data races. This occurs for a particular, large request
(112MB) that crashes the backend server and subsequently kills the proxy with the nil
pointer deference.
Attached are race logs and panic stack traces from go 1.2 and 1.2.1. The core proxy
code is also attached.