From 308bd1c04c18053bb79cbb0e692916620ba7d2d2 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Thu, 30 Jun 2022 14:17:31 +0200 Subject: [PATCH] docs: add tar to cache control --- http-gateways/PATH_GATEWAY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http-gateways/PATH_GATEWAY.md b/http-gateways/PATH_GATEWAY.md index d85ba53ff..98336a343 100644 --- a/http-gateways/PATH_GATEWAY.md +++ b/http-gateways/PATH_GATEWAY.md @@ -393,8 +393,8 @@ Returned directive depends on requested content path and format: 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. + `application/vnd.ipld.car` and `application/x-tar` responses if + the block order in CAR stream, or the TAR response, is not guaranteed to be deterministic. ### `Last-Modified` (response header)