diff options
Diffstat (limited to 'lib/net/http.rb')
-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 # |