Closed
Description
I see this in an HTTP server log:
server.go:2315: http: multiple response.WriteHeader calls
Written by the http package here.
It would be nice if it described file+line of the first non-http package function that caused WriteHeader to be called so that it's easier to find the offending code.
\cc @bradfitz