Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 1007

Show
Ignore:
Timestamp:
10/11/03 13:50:15 (5 years ago)
Author:
nahi
Message:

* small refactoring.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/soap/wsdlDriver.rb

    r969 r1007  
    224224      @wiredump_dev = nil 
    225225      @wiredump_file_base = nil 
    226       @httpproxy = ENV['http_proxy'] || ENV['HTTP_PROXY'] 
     226      name = 'http_proxy' 
     227      @httpproxy = ENV[name] || ENV[name.upcase] 
    227228 
    228229      @wsdl_elements = @wsdl.collect_elements