]> Cypherpunks repositories - gostls13.git/commit
net/http: ensured that proxy errors are returned by Transport.RoundTrip.
authorJohn Tuley <john@tuley.org>
Fri, 19 Sep 2014 15:28:38 +0000 (11:28 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 19 Sep 2014 15:28:38 +0000 (11:28 -0400)
commit0c47bd1e61ab09e04572170f839297cb8ce97a5c
treed8b684a948173c6f7d09757c95b1c38e613f50ea
parentc7f6bd795acf002d60f712f0f4e2701051e74e4a
net/http: ensured that proxy errors are returned by Transport.RoundTrip.

Fixes #8755.

LGTM=bradfitz
R=bradfitz
CC=golang-codereviews, jtuley
https://golang.org/cl/136710044
src/net/http/transport.go
src/net/http/transport_test.go