Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Jun 30, 2022
1 parent 308bd1c commit 358049d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-gateways/PATH_GATEWAY.md
Expand Up @@ -362,7 +362,7 @@ and CDNs, implementations should base it on both CID and response type:

- When a gateway can’t guarantee byte-for-byte identical responses, a “weak”
etag should be used. For example, if CAR or TAR is streamed, and blocks arrive in
non-deterministic order, the response should have `Etag: W/"bafy…foo.EXT"`, where `EXT`
non-deterministic order, the response should have `Etag: W/"bafy…foo.bar"`, where `bar`
is `car` or `tar`, respectively.

- When responding to [`Range`](#range-request-header) request, a strong `Etag`
Expand Down

0 comments on commit 358049d

Please sign in to comment.