зеркало из https://github.com/github/ruby.git
* lib/soap/streamHandler.rb: support latest released version of
http-access2. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
20fa0df5cd
Коммит
541df88924
|
@ -1,3 +1,8 @@
|
|||
Thu Dec 4 13:17:45 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
||||
|
||||
* lib/soap/streamHandler.rb: support latest released version of
|
||||
http-access2.
|
||||
|
||||
Thu Dec 4 13:04:44 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>
|
||||
|
||||
* lib/soap/soap.rb: add SOAP::Env module for environment repository
|
||||
|
|
|
@ -115,9 +115,11 @@ private
|
|||
@options.add_hook("no_proxy") do |key, value|
|
||||
@client.no_proxy = value
|
||||
end
|
||||
@client.protocol_version = @options["protocol_version"]
|
||||
@options.add_hook("protocol_version") do |key, value|
|
||||
@client.protocol_version = value
|
||||
if @client.respond_to?(:protocol_version=)
|
||||
@client.protocol_version = @options["protocol_version"]
|
||||
@options.add_hook("protocol_version") do |key, value|
|
||||
@client.protocol_version = value
|
||||
end
|
||||
end
|
||||
set_cookie_store_file(@options["cookie_store_file"])
|
||||
@options.add_hook("cookie_store_file") do |key, value|
|
||||
|
|
Загрузка…
Ссылка в новой задаче