]> Cypherpunks repositories - gostls13.git/commit
net/http: deflake TestCancelRequestWithChannelBeforeDo_Cancel
authorConstantin Konstantinidis <constantinkonstantinidis@gmail.com>
Fri, 1 Nov 2019 14:46:47 +0000 (15:46 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 2 Nov 2019 03:00:20 +0000 (03:00 +0000)
commit1e4a358454987ef5104e45081c8e2ecdc9f32513
tree9082fb2f234dda1a473e53618bc9429e2701d232
parentdc39be8b858ab0ef49ff7d87f3d4c5cb93403f1a
net/http: deflake TestCancelRequestWithChannelBeforeDo_Cancel

Goroutines clean up takes longer when using deprecated CloseNotifier.

Fixes #35122

Change-Id: Id820a3012b5c781ddfb294b38ee3b009624e398c
Reviewed-on: https://go-review.googlesource.com/c/go/+/204661
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/main_test.go
src/net/http/transport_test.go