[Webkit-unassigned] [Bug 117342] [curl] Merge http response header values
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jun 8 14:18:43 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=117342
--- Comment #5 from Brent Fulgham <bfulgham at webkit.org> 2013-06-08 14:17:18 PST ---
(From update of attachment 204033)
View in context: https://bugs.webkit.org/attachment.cgi?id=204033&action=review
> Source/WebCore/platform/network/curl/ResourceHandleManager.cpp:320
> + d->m_response.addHTTPHeaderField(header.left(splitPos), header.substring(splitPos+1).stripWhiteSpace());
Are there ever cases where we do want to replace the HTTP header field, rather than appending?
--
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