This repository was archived by the owner on Nov 18, 2021. It is now read-only.
If-Modified-Since
HTTP request header not respected
#692
Labels
When downloading an archive of a Git repo from GitHub using a default
curl
command line invocation with--time-cond
, the HTTP server responds withHTTP/1.1 200 OK
where it should have responded withHTTP/1.1 304 Not Modified
.Running this multiple times
Causes the full archive to be retransferred time after time. This costs users as well as GitHub a lot of traffic.
Though not very relevant, the
curl
version used:The text was updated successfully, but these errors were encountered: