From 8a7b339267d305394c89031aa8cd6e3630d3000c Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 24 Nov 2003 11:01:57 +0000 Subject: * lib/open-uri.rb (URI::Generic#find_proxy): use CGI_HTTP_PROXY instead of HTTP_PROXY in the CGI environment. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5ec41c0d6..ae4d54c48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Nov 24 19:59:48 2003 Tanaka Akira + + * lib/open-uri.rb (URI::Generic#find_proxy): use CGI_HTTP_PROXY + instead of HTTP_PROXY in the CGI environment. + Mon Nov 24 19:32:55 2003 WATANABE Hirofumi * ext/etc/extconf.rb: check for pw_passwd in struct passwd and -- cgit