Skip to content

Commit

Permalink
Faffing around with intermediation language. Closes #404.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Mar 4, 2014
1 parent db7c176 commit 1471d74
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions draft-ietf-httpbis-http2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3227,6 +3227,13 @@ HTTP2-Settings = token68
of the accept-encoding header field, a server MAY send responses with gzip encoding. A
compressed response MUST still bear an appropriate content-encoding header field.
</t>
<t>
This effectively changes the implicit value of the Accept-Encoding header field (<xref
target="HTTP-p2" x:fmt="," x:rel="#header.accept-encoding"/>) from "identity" to
"identity, gzip". Intermediaries that perform translation from HTTP/2 to HTTP/1.1 MUST
decompress payloads unless the request includes an Accept-Encoding value that includes
"gzip".
</t>
</section>
</section>

Expand Down

0 comments on commit 1471d74

Please sign in to comment.