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
Adds TCP Keepalive default of 60 seconds. This prevents an issue on AWS (and potentially Google Cloud) where they will terminate the connection after a period of time unless it has TCP Keeplaive enabled or there is data being sent when using a NAT instance.
Moves http2, context and certificate crypto libraries to be vendored. Using this approach we can ensure that users are not using old versions of dependent libraries, and better support new features moving forward.