Re: [whatwg/fetch] Allow range header without preflight (#1312)

@jakearchibald commented on this pull request.



> @@ -770,6 +770,9 @@ production as
 <ol>
  <li><p>Let <var>value</var> be <var>header</var>'s <a for=header>value</a>.
 
+ <li><p>If <var>value</var>'s <a for="byte sequence">length</a> is greater than 128, then return
+ false.

Feels like this simple condition should go before the more complex conditions. I don't feel strongly about it though.

-- 
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/1312#pullrequestreview-765195478

Received on Tuesday, 28 September 2021 09:28:12 UTC