]> Cypherpunks repositories - gostls13.git/commit
net/http: fix potential for-select spin with closed Context.Done channel
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 22 Jul 2016 21:58:18 +0000 (21:58 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 22 Jul 2016 22:23:14 +0000 (22:23 +0000)
commit10538a8f9e2e718a47633ac5a6e90415a2c3f5f1
treec51d052bd9e9019f629f9881454f9c6be4f54ef1
parent243d51f05e5dc263e185f9b1f7f1fe96a2098644
net/http: fix potential for-select spin with closed Context.Done channel

Noticed when investigating a separate issue.

No external bug report or repro yet.

Change-Id: I8a1641a43163f22b09accd3beb25dd9e2a68a238
Reviewed-on: https://go-review.googlesource.com/25152
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/net/http/transport.go