Skip to content
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.

fetch multiple header values for the same header name #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fetch multiple header values for the same header name #65

wants to merge 1 commit into from

Conversation

DavidHamm
Copy link

in case, there are headers with multiple values in a response only the first is delivered to the user of volley.

for example the header:

Set-Cookie: SESSION_ID=xyz, SOME_OTHER_COOKIE=abc

will be deliverd as:

Set-Cookie: SESSION_ID=xyz

this pull request addresses this issue and concatenates the multiple values again and deliveres them comma-separated to the user.

@mcxiaoke mcxiaoke force-pushed the master branch 5 times, most recently from 94df89c to 9aba4f5 Compare September 8, 2015 05:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant