]> Cypherpunks repositories - gostls13.git/commit
net/http: add some debugging to TestDontCacheBrokenHTTP2Conn
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 12 Nov 2019 18:38:33 +0000 (18:38 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 13 Nov 2019 14:12:20 +0000 (14:12 +0000)
commit54cf7760203c2b138d9ecf653cd3b2402444cf9b
tree10f13e63e44cee2c13031996f2a99c02df3afed8
parentbf5f64107a5d750e53d0bfb046a3fd4dad3eb3e2
net/http: add some debugging to TestDontCacheBrokenHTTP2Conn

Not a fix, but will give us more info when it flakes again.

Updates #35113

Change-Id: I2f90c24530c1bea81dd9d8c7a59f4b0640dfa4c2
Reviewed-on: https://go-review.googlesource.com/c/go/+/206819
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/net/http/transport_test.go