Skip to content

Commit

Permalink
http2: always log lost server ping
Browse files Browse the repository at this point in the history
  • Loading branch information
Choraden committed Dec 12, 2024
1 parent 6705db9 commit cfed57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http2/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ func (sc *serverConn) serve(conf http2Config) {

func (sc *serverConn) handlePingTimer(lastFrameReadTime time.Time) {
if sc.pingSent {
sc.vlogf("timeout waiting for PING response")
sc.logf("timeout waiting for PING response")
sc.conn.Close()
return
}
Expand Down

0 comments on commit cfed57f

Please sign in to comment.