Go 1.13 enables TCP keepalive by default, and keepalive errors appear to be "deadline" events. This will impact working code that sets deadlines, perhaps breaking it in some cases. The fix is to disable TCP keepalives.
This wasn't known when the listener keepalive-by-default change was accepted. I believe that change should be reverted, but the Go team declined... https://github.com/golang/go/issues/31449 -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/cbaadbe9-14b1-4414-ad2a-a3e97cde8bbb%40googlegroups.com.
