net: crypto/tls.(*Conn).SetReadDeadline consumes CPU #9071
Closed
Labels
Milestone
Comments
Your svg shows handleConnection calling SetReadDeadline. And indeed, it calls it in a loop:
If one of them ever times out, neterr.Timeout() will be true and you'll loop forever. If you can still reproduce with that fixed and Go tip or Go 1.4.2, let us know. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by david.birdsong:
The text was updated successfully, but these errors were encountered: