[Webkit-unassigned] [Bug 152828] New: Replace HTTPHeaderMap by HTTPHeaderList

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 6 23:46:03 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=152828

            Bug ID: 152828
           Summary: Replace HTTPHeaderMap by HTTPHeaderList
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: youennf at gmail.com

As discussed in bug 152384, a header set container should:
- support several headers with the same name
- retain insertion order for headers with the same name
- support several headers with the same name and value

It might be better to use a list container than a map container as currently done in HTTPHeaderMap, and the container name could be updated accordingly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160107/5adf96dd/attachment.html>


More information about the webkit-unassigned mailing list