lib/fog/aws/simpledb.rb in fog-maestrodev-1.15.0.20130927082724 vs lib/fog/aws/simpledb.rb in fog-maestrodev-1.18.0.20131111203459
- old
+ new
@@ -180,10 +180,9 @@
response = @connection.request({
:body => body,
:expects => 200,
:headers => { 'Content-Type' => 'application/x-www-form-urlencoded; charset=utf-8' },
- :host => @host,
:idempotent => idempotent,
:method => 'POST',
:parser => parser
})