]> Cypherpunks repositories - gostls13.git/commit
Revert "net/http: fix data race due to writeLoop goroutine left running"
authorBryan C. Mills <bcmills@google.com>
Tue, 25 Aug 2020 18:01:27 +0000 (18:01 +0000)
committerBryan C. Mills <bcmills@google.com>
Tue, 25 Aug 2020 18:13:33 +0000 (18:13 +0000)
commit8d31ca255bd6b00d04f1673d26110b702e96662b
tree7d9dc8eb21eaa30ffa76e52fe54a08dbfc58cfc8
parent5e1e8c4c9f99da52419c99e618425794102c9769
Revert "net/http: fix data race due to writeLoop goroutine left running"

This reverts CL 232799.

Reason for revert: net/http test is failing on all longtest builders.

Change-Id: I4694e34f35419bab2d0b45fa6d8c3ac2aa1f51a0
Reviewed-on: https://go-review.googlesource.com/c/go/+/250597
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/http/transport.go
src/net/http/transport_test.go