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
Looking at tcpdumps of my Go server, it seems the HTTP package sends a 400 Bad Request
error out to clients as they're shutting down, after their FIN.
Instrumenting server.go after c.readRequest(), I see:
readRequest error is: unexpected EOF
dump attached.