summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--lib/net/http.rb4
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b102a0712..13367508e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Dec 2 23:18:12 2003 Minero Aoki <aamine@loveruby.net>
+
+ * lib/net/http.rb: wrote the warning about HTTP_PROXY environment
+ variable.
+
Tue Dec 2 21:31:42 2003 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
* bin/testrb: new test runner. [ruby-core:01845]
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
#