diff options
author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-02 14:18:49 +0000 |
---|---|---|
committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-02 14:18:49 +0000 |
commit | b9b8d38c0c516f6b5f967120b25c741797bb4a14 (patch) | |
tree | ed209eb7ec6822e3dbc9591476e26241f0f4ffe8 /lib/net | |
parent | e29372ef4ed4083369f62b3cdcfabcb95db34a0a (diff) | |
download | ruby-b9b8d38c0c516f6b5f967120b25c741797bb4a14.tar.gz ruby-b9b8d38c0c516f6b5f967120b25c741797bb4a14.tar.xz ruby-b9b8d38c0c516f6b5f967120b25c741797bb4a14.zip |
* lib/net/http.rb: wrote the warning about HTTP_PROXY environment variable.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5085 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/net')
-rw-r--r-- | lib/net/http.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb index bf74172bf..6ac43729b 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 # |