- From: youennf <notifications@github.com>
- Date: Tue, 05 Jan 2016 03:15:15 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Tuesday, 5 January 2016 11:15:44 UTC
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