Skip to content

Commit 2b899ee

Browse files
committed
http2: add a log print for debugging
Updates tailscale/corp#12296 Signed-off-by: Brad Fitzpatrick <[email protected]>
1 parent 874c5ea commit 2b899ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: http2/transport.go

+1
Original file line numberDiff line numberDiff line change
@@ -1286,6 +1286,7 @@ func (cc *ClientConn) RoundTrip(req *http.Request) (*http.Response, error) {
12861286

12871287
if f := cs.cc.t.CountError; f != nil {
12881288
f("abort_set_do_not_reuse")
1289+
log.Printf("ts-http2: set do not reuse: %T, %v", err, err)
12891290
}
12901291
}
12911292
cs.cc.mu.Unlock()

0 commit comments

Comments
 (0)