mirror of
https://github.com/smallstep/certificates.git
synced 2024-10-31 03:20:16 +00:00
36b622bfc2
Since Go 1.13 a net.Listen keep-alive is enabled by default if the protocol and OS supports it. The new one is 15s to match the net.Dial default one. Previously http.Server ListenAndServe and ListenAndServeTLS used to add a wrapper with 3m that we replicated. See https://github.com/golang/go/issues/31510 |
||
---|---|---|
.. | ||
client.go |