You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2021. It is now read-only.
When downloading an archive of a Git repo from GitHub using a default curl command line invocation with --time-cond, the HTTP server responds with HTTP/1.1 200 OK where it should have responded with HTTP/1.1 304 Not Modified.
When downloading an archive of a Git repo from GitHub using a default
curlcommand line invocation with--time-cond, the HTTP server responds withHTTP/1.1 200 OKwhere 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
curlversion used: