Decrease log level for client related error
This commit is contained in:
parent
aa21351d0d
commit
8988c8f9af
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ func clientHelloServerName(br *bufio.Reader) (string, bool, string, error) {
|
|||
if err != nil {
|
||||
opErr, ok := err.(*net.OpError)
|
||||
if err != io.EOF && (!ok || !opErr.Timeout()) {
|
||||
log.WithoutContext().Errorf("Error while Peeking first byte: %s", err)
|
||||
log.WithoutContext().Debugf("Error while Peeking first byte: %s", err)
|
||||
}
|
||||
return "", false, "", err
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue