net/http: should stop logging received GOAWAY #42142
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?N/A
What did you do?
We see a lot of logging:
without any indication of what to do or how to fix that. It seems like @bradfitz said we should just remove this log #18776 (comment) but it got lost in removing the other logs.
If we want to keep this log around, we should at least fix the message to include the
ErrCode
since just printing the frame header is useless.What did you expect to see?
I expect to not see these logs if there's nothing the application can do to prevent them or if there's something actionable to do, then I expect to see the relevant error code to decide what to do.
What did you see instead?
Instead, I see these log messages over 7,000 times an hour.
The text was updated successfully, but these errors were encountered: