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:
parent
790ed63b82
commit
87616f5e3f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue