]> Cypherpunks repositories - gostls13.git/commit
http: be clear when failing to connect to a proxy
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 14 Apr 2011 20:49:19 +0000 (13:49 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 14 Apr 2011 20:49:19 +0000 (13:49 -0700)
commit881b1b4a025486d90a2d9caf6f7a3a7634a93c6d
treef542d4a6f1ac98191f4d81923feb068c360c5720
parenta89c0ff39e6c79f280e9ae2b8dd8990ee15df714
http: be clear when failing to connect to a proxy

Ubuntu and/or GNOME have some bug that likes
to set the "http_proxy" environment variable
and forgets to unset it.  This is annoying
to debug.  Be clear in the error message that
a proxy was in use.

R=rsc
CC=golang-dev
https://golang.org/cl/4409045
src/pkg/http/transport.go