]> Cypherpunks repositories - gostls13.git/commit
net/http: simplify Conn lifetimes in TestClientTimeoutKillsConn tests
authorBryan C. Mills <bcmills@google.com>
Tue, 21 Mar 2023 20:14:53 +0000 (16:14 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 22 Mar 2023 20:51:30 +0000 (20:51 +0000)
commit9d2fc7084f03fc29fa3fbb509d9d3ef82e173cc3
treebfd0cb490e3156913ef434ca1516a47a7aa50458
parent11c40e349760792d0a2016633dc809025ee24b2f
net/http: simplify Conn lifetimes in TestClientTimeoutKillsConn tests

This is intended to fix the failure mode observed in
https://build.golang.org/log/f153e06ed547517fb2cddb0fa817fea40a6146f7,
but I haven't been able to reproduce that failure mode locally so I'm
not sure whether it actually does.

Change-Id: Ib14378f1299a76b54013419bdc715a9dbdd94667
Reviewed-on: https://go-review.googlesource.com/c/go/+/478235
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/net/http/transport_test.go