Skip to content

Commit cfed57f

Browse files
committed
http2: always log lost server ping
1 parent 6705db9 commit cfed57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http2/server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ func (sc *serverConn) serve(conf http2Config) {
10681068

10691069
func (sc *serverConn) handlePingTimer(lastFrameReadTime time.Time) {
10701070
if sc.pingSent {
1071-
sc.vlogf("timeout waiting for PING response")
1071+
sc.logf("timeout waiting for PING response")
10721072
sc.conn.Close()
10731073
return
10741074
}

0 commit comments

Comments
 (0)