Skip to content

Commit

Permalink
Merge pull request #295 from ipfs/fix/cache-control-car
Browse files Browse the repository at this point in the history
gateway: use regular cache-control for CARs
  • Loading branch information
lidel authored Jul 6, 2022
2 parents c6d66fa + 9466ab9 commit f24617d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions http-gateways/PATH_GATEWAY.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,10 +388,6 @@ Returned directive depends on requested content path and format:
- If TTL value is unknown, implementations are free to set it to a static
value, but it should not be lower than 60 seconds.

- `Cache-Control: no-cache, no-transform` should be returned with
`application/vnd.ipld.car` responses if the block order in CAR stream is not
guaranteed to be deterministic.

### `Last-Modified` (response header)

Optional, used as additional hint for HTTP caching.
Expand Down

0 comments on commit f24617d

Please sign in to comment.