File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,9 @@ towards efficient decoding at the cost of complex encoding. A Content-Encoding
7777field value that indicates a series of encodings adds further complexity.
7878
7979A more complex example involves HTTP Range Requests ({{Section 14 of
80- HTTP}}), where a client fetches multiple partial representations from
81- different origins and "stitches" them back into a whole. Unfortunately, if the
82- origins apply different content codings, the `Repr-Digest` field will vary by the
80+ HTTP}}), where a client issues multiple requests to obtain partial representations
81+ and "stitches" them back into a whole. Unfortunately, if the responses have
82+ different content codings, the `Repr-Digest` field will vary by the
8383server's selected encoding (i.e. the Content-Encoding header field, {{Section
84848.4 of HTTP}}). This provides a challenge for a client - in order to verify the
8585integrity of the pieced-together whole it would need to remove the encoding of
You can’t perform that action at this time.
0 commit comments