1
0
Fork 0
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:
Wesley Beary 2013-10-16 13:49:52 -07:00
commit 7cfc6a2419

View file

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