Web front-end does not honor caching headers #48

Closed
opened 2021-03-18 13:45:08 +00:00 by trinity-1686a · 0 comments

The web frontend gives etag and last-modified, but does not honor If-None-Match (for etag) and If-Modified-Since (for last-modified) headers.

Doing so can reduce bandwidth usage (it's the goal of caching), from client to server, but also from server to server as a server can probably answer without having access to the file chunks

The web frontend gives `etag` and `last-modified`, but does not honor [`If-None-Match`](https://developer.mozilla.org/fr/docs/Web/HTTP/Headers/If-None-Match) (for `etag`) and [`If-Modified-Since`](https://developer.mozilla.org/fr/docs/Web/HTTP/Headers/If-Modified-Since) (for `last-modified`) headers. Doing so can reduce bandwidth usage (it's the goal of caching), from client to server, but also from server to server as a server can probably answer without having access to the file chunks
lx added this to the 0.2 milestone 2021-03-18 18:11:10 +00:00
lx removed this from the 0.2 milestone 2021-03-18 18:25:45 +00:00
lx added the
Improvement
S3 Compatibility
labels 2021-03-18 18:26:06 +00:00
lx closed this issue 2021-03-18 18:45:04 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Deuxfleurs/garage#48
No description provided.