[Webkit-unassigned] [Bug 117342] [curl] Merge http response header values
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 7 05:47:05 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=117342
Peter Gal <galpeter at inf.u-szeged.hu> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Curl
Blocks| |117300
--- Comment #1 from Peter Gal <galpeter at inf.u-szeged.hu> 2013-06-07 05:45:39 PST ---
For example if the server returns the following headers:
X-MY: one
X-MY: two
then the client should merge these values into a single:
X-MY: one, two
entry.
This is tested with the 'http/tests/xmlhttprequest/xmlhttprequest-test-custom-headers.html' testcase.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list