[fetch] Can headers ordering be lessened? (#189)

Headers currently store header name value pairs as an ordered list
If the ordering is lessened to keep only ordering between headers that have a same name, a more efficient structure could be used (ordered multimap)

In non service-worker cases at least, there seems to be little value to keep that strong ordering

This is a follow-up of discussion from https://githubcom/whatwg/fetch/issues/154

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/189

Received on Tuesday, 5 January 2016 11:15:44 UTC