From 85a53710ea2dc1d1842cad6c79faaed9e9400a6c Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 25 Nov 2003 08:53:42 +0000 Subject: * lib/open-uri.rb (URI::Generic#find_proxy): use http_proxy under CGI if the environment variable is case sensitive. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a9b71760b..f542abfce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Nov 25 17:52:11 2003 Tanaka Akira + + * lib/open-uri.rb (URI::Generic#find_proxy): use http_proxy under CGI + if the environment variable is case sensitive. + Tue Nov 25 16:41:33 2003 NAKAMURA, Hiroshi * test/wsdl/multiplefault.wsdl, test/wsdl/test_multiplefault.rb: -- cgit