]> Cypherpunks repositories - gostls13.git/commit
net/http: revert fix request canceler leak on connection close
authorAlexander Yastrebov <yastrebov.alex@gmail.com>
Wed, 23 Aug 2023 15:39:26 +0000 (15:39 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 23 Aug 2023 15:58:12 +0000 (15:58 +0000)
commit184540e9552f8244a0df3c1ff6a1ffbaa4449352
tree3e327c854c2eaf59ccda7ab8493026eb2833de2e
parent081d27a2e5786b2e02cbe4bc9067c6d52ccad44c
net/http: revert fix request canceler leak on connection close

This reverts CL 515796 due to a flaking test.

Updates #61708
Fixes #62224

Change-Id: I53911a07677d08c3196daaaa2708269593baf472
GitHub-Last-Rev: 3544648ecc3783dcb10d54fc2b266797c02f9a75
GitHub-Pull-Request: golang/go#62233
Reviewed-on: https://go-review.googlesource.com/c/go/+/522097
Run-TryBot: Bryan Mills <bcmills@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/net/http/transport.go
src/net/http/transport_test.go