]> Cypherpunks repositories - gostls13.git/commit
net/http: use cancelKey to cancel request
authorAlexander Yastrebov <yastrebov.alex@gmail.com>
Wed, 2 Aug 2023 22:15:59 +0000 (22:15 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 21 Aug 2023 18:00:29 +0000 (18:00 +0000)
commitc7383441713da801e663e6d95cf7afb6bd500539
tree4d5839a1915eec6d1f68c2bdb1805df78a7b65e0
parente4a8fb0fa04a95876e8c5cc6ce6850a06d3d670a
net/http: use cancelKey to cancel request

Follows up on CL 245357 and adds missing returns in waitCondition (CL 477196)

Fixes #51354

Change-Id: I7950ff889ad72c4927a969c35fedc0186e863bd6
GitHub-Last-Rev: 52ce05bc83ef88c7104df9254bc1add0dda83ae0
GitHub-Pull-Request: golang/go#61724
Reviewed-on: https://go-review.googlesource.com/c/go/+/515435
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Damien Neil <dneil@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Damien Neil <dneil@google.com>
src/net/http/transport.go
src/net/http/transport_test.go