forked from External/ergo
increase TLS handshake timeout
This commit is contained in:
parent
080fef218f
commit
101dc6b0d9
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
handshakeTimeout, _ = time.ParseDuration("5s")
|
||||
handshakeTimeout = RegisterTimeout
|
||||
errSendQExceeded = errors.New("SendQ exceeded")
|
||||
|
||||
sendQExceededMessage = []byte("\r\nERROR :SendQ Exceeded\r\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue