Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional reasoning for sending Accept-Encoding: identity #764

Merged
merged 1 commit into from Jun 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 8 additions & 2 deletions fetch.bs
Expand Up @@ -3657,8 +3657,14 @@ Range Requests</cite>. [[HTTP-RANGE]] However, this is not widely supported by b
`<code>Accept-Encoding</code>`/`<code>identity</code>` to <var>httpRequest</var>'s
<a for=request>header list</a>.

<p class="note no-backref"><a href="https://jakearchibald.github.io/accept-encoding-range-test/">Many servers</a>
mistakenly ignore `<code>Range</code>` headers if a non-identity encoding is accepted.
<div class="note no-backref">
<p>This avoids a failure when <a lt="handle content codings">handling content codings</a> with
a part of an encoded <a for=/>response</a>.

<p>Additionally,
<a href="https://jakearchibald.github.io/accept-encoding-range-test/">many servers</a>
mistakenly ignore `<code>Range</code>` headers if a non-identity encoding is accepted.
</div>

<li>
<p>Modify <var>httpRequest</var>'s <a for=request>header list</a> per HTTP. Do not
Expand Down