mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
remove :host from request parameters, stopping excon errors.
This commit is contained in:
parent
848cfd4519
commit
7dfaaffdf9
1 changed files with 0 additions and 1 deletions
|
@ -124,7 +124,6 @@ module Fog
|
|||
:expects => 200,
|
||||
:headers => { 'Content-Type' => 'application/x-www-form-urlencoded' },
|
||||
:idempotent => idempotent,
|
||||
:host => @host,
|
||||
:method => 'POST',
|
||||
:parser => parser
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue