- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 22 Feb 2017 06:43:10 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 22 February 2017 14:43:48 UTC
We now have two separate algorithms that can be used rather than one
with type confusion:
* “extracting header values” (takes a header)
* “extracting header list values” (takes a name and a header list)
Fixes #474.
You can view, comment on, or merge this pull request online at:
https://github.com/whatwg/fetch/pull/494
-- Commit Summary --
* Breaking: redo value parsing as value extraction
-- File Changes --
M fetch.bs (144)
-- Patch Links --
https://github.com/whatwg/fetch/pull/494.patch
https://github.com/whatwg/fetch/pull/494.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/494
Received on Wednesday, 22 February 2017 14:43:48 UTC