- From: Yutaka Hirano <notifications@github.com>
- Date: Fri, 25 May 2018 02:47:05 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 25 May 2018 09:47:29 UTC
yutakahirano commented on this pull request. > + * interesting test: "Content-Type: text/plain;" --> + + <dt>`<code><a href=http://httpwg.org/http-extensions/client-hints.html#dpr>DPR</a></code>` + <dt>`<code><a href=http://httpwg.org/http-extensions/client-hints.html#downlink>Downlink</a></code>` + <dt>`<code><a href=http://httpwg.org/http-extensions/client-hints.html#save-data>Save-Data</a></code>` + <dt>`<code><a href=http://httpwg.org/http-extensions/client-hints.html#viewport-width>Viewport-Width</a></code>` + <dt>`<code><a href=http://httpwg.org/http-extensions/client-hints.html#width>Width</a></code>` + <dd><p>If <var>value</var>, <a lt="extract header values">once extracted</a>, is failure, then + return false. + + <dt>Otherwise + <dd><p>Return false. + </dl> + + <li><p>If <var>value</var>'s <a for="byte sequence">length</a> is greater than 128, then return + false. Don't we need to think about the total length of all headers, rather than the length of each header? -- 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/736#discussion_r190844358
Received on Friday, 25 May 2018 09:47:29 UTC