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

[vcloud_director] 'Set-Cookie' may be lowercase

This commit is contained in:
Nick Osborn 2013-09-04 17:50:42 +01:00
parent 790ed63b82
commit 87616f5e3f

View file

@ -206,7 +206,7 @@ module Fog
:parser => Fog::ToHashDocument.new,
:path => "/api/sessions" # curl http://example.com/api/versions | grep LoginUrl
})
response.headers['Set-Cookie']
response.headers['Set-Cookie'] || response.headers['set-cookie']
end