From 44cc15a9a8a2c64e5e6e8d069fd4489ac10418d7 Mon Sep 17 00:00:00 2001 From: aamine Date: Tue, 2 Dec 2003 14:18:49 +0000 Subject: * lib/net/http.rb: wrote the warning about HTTP_PROXY environment variable. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5085 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/http.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/net/http.rb b/lib/net/http.rb index bf74172bf5..6ac43729ba 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -109,7 +109,9 @@ module Net # :nodoc: # # always connect to your.proxy.addr:8080 using specified username and password # : # } - # + # + # Note that net/http never rely on HTTP_PROXY environment variable. + # If you want to use proxy, set it explicitly. # # === Following Redirection # -- cgit v1.2.3