mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #2282 from ccloes-intuit/master
Removed host params for excon connections
This commit is contained in:
commit
7cfc6a2419
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ module Fog
|
|||
:expects => 200,
|
||||
:idempotent => idempotent,
|
||||
:headers => { 'Content-Type' => 'application/x-www-form-urlencoded' },
|
||||
:host => @host,
|
||||
:method => 'POST',
|
||||
:parser => parser
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue