commit | c4a82d62aa08f0da1d0f6c0f47b3302d8a68db80 | [log] [tgz] |
---|---|---|
author | Steven Hartland <[email protected]> | Thu Nov 19 21:00:23 2020 |
committer | GitHub <[email protected]> | Thu Nov 19 21:00:23 2020 |
tree | cd929544fe752e7cd93e0a650109d9cf0272d793 | |
parent | 0b0ad3d61a939c7a5dc5ed56fa10668d4032304c [diff] |
feat: Add TLS Handshake timeout support (#530) * feat: Add TLS Handshake timeout support Add support for configuring a timeout for TLS Handshake call via DialTLSHandshakeTimeout DialOption. If no option is specified then the default timeout is 10 seconds. Also: * Add a default connect timeout of 30 seconds matching that of net/http. Fixes #509