Package: snapshot.debian.org Hi,
I'm seeing this odd behaviour: $ while :; do curl -qs http://snapshot.debian.org/archive/debian/20150914T153145Z/pool/main/r/redis/redis_3.0.4-3.dsc | grep -qs '404 Not Found' && echo 200 || echo 404; done 404 200 404 404 200 200 404 200 404 200 404 200 404 200 404 200 404 200 404 200 404 200 ^C% curl -I for a success is: HTTP/1.1 200 OK Date: Mon, 14 Sep 2015 18:09:30 GMT Server: Apache Expires: Thu, 24 Sep 2015 18:09:30 GMT Cache-Control: public, max-age=864000 ETag: "52a8b3ba37fee9e3161e8ab317d18b582e20e8ee" Last-Modified: Mon, 14 Sep 2015 16:10:02 GMT X-Clacks-Overhead: GNU Terry Pratchett Content-Type: application/octet-stream X-Varnish: 1076712 2330871 Age: 301 Via: 1.1 varnish-v4 Content-Length: 1961 Connection: keep-alive curl -I for a 404 is: HTTP/1.1 404 Not Found Date: Mon, 14 Sep 2015 18:14:33 GMT Server: Apache Expires: Mon, 14 Sep 2015 18:24:33 GMT Cache-Control: max-age=600, public Content-Length: 1848 X-Clacks-Overhead: GNU Terry Pratchett Content-Type: text/html; charset=utf-8 These files are quite new to the archive (~6h?) at the time of writing. (Load-balancer related?) Regards, -- ,''`. : :' : Chris Lamb `. `'` [email protected] / chris-lamb.co.uk `-
