1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[aws|sdb] don't pass host to request

closes #2248
This commit is contained in:
geemus 2013-10-16 08:41:54 -05:00
parent 00da79c3cb
commit e57058fff4

View file

@ -182,7 +182,6 @@ module Fog
:body => body,
:expects => 200,
:headers => { 'Content-Type' => 'application/x-www-form-urlencoded; charset=utf-8' },
:host => @host,
:idempotent => idempotent,
:method => 'POST',
:parser => parser