]> Cypherpunks repositories - gostls13.git/commit
net/http: deflake TestClientTimeoutKillsConn_AfterHeaders
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 18 Jul 2018 21:37:56 +0000 (21:37 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 19 Jul 2018 00:23:07 +0000 (00:23 +0000)
commitc54bc3448390d4ae4495d6d2c03c9dd4111b08f1
treecd028277842eaf7a93636f1a7e73243fddb33717
parent3bb4be79bad3c8501274b0f4d8c6c6842216a81b
net/http: deflake TestClientTimeoutKillsConn_AfterHeaders

It was flaky on slower machines.

Per report at https://github.com/golang/go/issues/23399#issuecomment-405792381

Change-Id: I7cab02821f78b5ce02ea51089d7eb51723f9705f
Reviewed-on: https://go-review.googlesource.com/124835
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/http/transport_test.go