mirror of https://github.com/caddyserver/caddy.git
parent
669fc41e63
commit
5e6024c48d
|
@ -103,7 +103,7 @@ func (h *Handler) handleUpgradeResponse(logger *zap.Logger, wg *sync.WaitGroup,
|
||||||
start := time.Now()
|
start := time.Now()
|
||||||
defer func() {
|
defer func() {
|
||||||
conn.Close()
|
conn.Close()
|
||||||
if c := logger.Check(zapcore.DebugLevel, "hijack failed on protocol switch"); c != nil {
|
if c := logger.Check(zapcore.DebugLevel, "connection closed"); c != nil {
|
||||||
c.Write(zap.Duration("duration", time.Since(start)))
|
c.Write(zap.Duration("duration", time.Since(start)))
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
|
Loading…
Reference in New Issue