Re: [whatwg/fetch] Add HTTP OWS handling to single range header parsing (PR #1564)

HTTP 2616 allowed whitespace:

|whitespace| supported by parse-single-range|
|------------|----|
| Before `=` |  ✅ |
| After `=` |  ✅ |
| Before `-` | ✅ |
| After `-` | ✅ |
| Before `,` | ❌ |
| After `,` | ❌ |

Added some extra cases to https://github.com/web-platform-tests/wpt/pull/37569


-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1564#issuecomment-1432360513

You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1564/c1432360513@github.com>

Received on Thursday, 16 February 2023 01:59:13 UTC