1
0
Fork 0
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:
Tom Armitage 2014-07-10 14:06:12 +01:00
parent 848cfd4519
commit 7dfaaffdf9

View file

@ -124,7 +124,6 @@ module Fog
:expects => 200,
:headers => { 'Content-Type' => 'application/x-www-form-urlencoded' },
:idempotent => idempotent,
:host => @host,
:method => 'POST',
:parser => parser
})