]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.13] net/http: deflake TestCancelRequestWithChannelBeforeDo_Cancel
authorConstantin Konstantinidis <constantinkonstantinidis@gmail.com>
Fri, 1 Nov 2019 14:46:47 +0000 (15:46 +0100)
committerDmitri Shuralyov <dmitshur@golang.org>
Tue, 31 Mar 2020 23:01:29 +0000 (23:01 +0000)
commit7261619113b1f35fc9260a44b66bc1f9a13f142f
treee4f502c77f0b13b1f3536783cf7671e2b6728244
parent6fcea1e380ae5b9a7a1c78be2830c335ee994193
[release-branch.go1.13] net/http: deflake TestCancelRequestWithChannelBeforeDo_Cancel

Goroutines clean up takes longer when using deprecated CloseNotifier.

For #35122.
Fixes #37892.

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>
(cherry picked from commit 1e4a358454987ef5104e45081c8e2ecdc9f32513)
Reviewed-on: https://go-review.googlesource.com/c/go/+/223699
Run-TryBot: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
src/net/http/main_test.go