[whatwg/fetch] Change combined values (#813)

This marks XMLHttpRequest's approach in setRequestHeader() for combining values as naïve (it doesn't follow the spirit of HTTP, but is technically allowed) and changes "combined value" to more closely match HTTP semantics.

Tests: https://github.com/web-platform-tests/wpt/pull/13471.

Fixes #757. (Addresses #752 to some extent, but leaving that open for a better API.)


<!--
    This comment and the below content is programatically generated.
    You may add a comma-separated list of anchors you'd like a
    direct link to below (e.g. #idl-serializers, #idl-sequence):

    Don't remove this comment or modify anything below this line.
    If you don't want a preview generated for this pull request,
    just replace the whole of this comment's content by "no preview"
    and remove what's below.
-->
***
<a href="https://whatpr.org/fetch/813.html" title="Last updated on Oct 11, 2018, 3:23 PM GMT (59e13ed)">Preview</a> | <a href="https://whatpr.org/fetch/813/daca6a8...59e13ed.html" title="Last updated on Oct 11, 2018, 3:23 PM GMT (59e13ed)">Diff</a>
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/fetch/pull/813

-- Commit Summary --

  * Change combined values

-- File Changes --

    M fetch.bs (59)

-- Patch Links --

https://github.com/whatwg/fetch/pull/813.patch
https://github.com/whatwg/fetch/pull/813.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/813

Received on Thursday, 11 October 2018 15:28:05 UTC