Skip to content

Instantly share code, notes, and snippets.

@bennofs
Last active June 14, 2017 15:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bennofs/f908afff218099f2dab8bb1f874167ae to your computer and use it in GitHub Desktop.
Save bennofs/f908afff218099f2dab8bb1f874167ae to your computer and use it in GitHub Desktop.
Every 20s: curl -v -H 'Accept-Encoding: identity,zlib,gzip' -H "Host: cache.nixos.org" http://cache.nixos.org/gcl9izi16l6jdc5y2wyjlx7hhd7s1vwm.narinfo
* Trying 2600:9000:2043:2a00:10:dfa4:b0c0:93a1...
* TCP_NODELAY set
* Connected to cache.nixos.org (2600:9000:2043:2a00:10:dfa4:b0c0:93a1) port 80 (#0)
> GET /gcl9izi16l6jdc5y2wyjlx7hhd7s1vwm.narinfo HTTP/1.1
> Host: cache.nixos.org
> User-Agent: curl/7.54.0
> Accept: */*
> Accept-Encoding: identity,zlib,gzip
>
< HTTP/1.1 500 Internal Server Error
< Content-Type: application/xml
< Transfer-Encoding: chunked
< Connection: keep-alive
< Date: Thu, 08 Jun 2017 16:26:53 GMT
< Server: AmazonS3
< Age: 271
< X-Cache: Error from cloudfront
< Via: 1.1 0f820adb6671fcc6033a9aa95ec8e0fb.cloudfront.net (CloudFront)
< X-Amz-Cf-Id: hY5w61M6NRchBwouJJAIZGxpOz1Tpx-R_aMJ_E0CNZVswsy0JM4neg==
<
<?xml version="1.0" encoding="UTF-8"?>
* Connection #0 to host cache.nixos.org left intact
<Error><Code>InternalError</Code><Message>We encountered an internal error. Please try again.</Message><RequestId>9A4000B879DE06CB</RequestId><HostId>RM4URyP0P2gOvWZNW4WO38eFLWhWRNwHq1fXF8cBvJZCQnHxn8tc7fvGxTZOW8IxZYuuYTba45o=</HostId></Error>* Trying 2600:9000:2043:8000:10:dfa4:b0c0:93a1...
* TCP_NODELAY set
* Connected to cache.nixos.org (2600:9000:2043:8000:10:dfa4:b0c0:93a1) port 80 (#0)
> GET /gcl9izi16l6jdc5y2wyjlx7hhd7s1vwm.narinfo HTTP/1.1
> Host: cache.nixos.org
> User-Agent: curl/7.54.0
> Accept: */*
> Accept-Encoding: identity,zlib,gzip
>
< HTTP/1.1 500 Internal Server Error
< Content-Type: application/xml
< Transfer-Encoding: chunked
< Connection: keep-alive
< Date: Thu, 08 Jun 2017 16:26:53 GMT
< Server: AmazonS3
< Age: 291
< X-Cache: Error from cloudfront
< Via: 1.1 c3a13bd3f87969f441f5bc09596d64cd.cloudfront.net (CloudFront)
< X-Amz-Cf-Id: z934p5mJV77HHSJQ4e7RAHb6eQjVXT215-QBPgkXBkF0yp_HgAvLqw==
<
<?xml version="1.0" encoding="UTF-8"?>
* Connection #0 to host cache.nixos.org left intact
<Error><Code>InternalError</Code><Message>We encountered an internal error. Please try again.</Message><RequestId>9A4000B879DE06CB</RequestId><HostId>RM4URyP0P2gOvWZNW4WO38eFLWhWRNwHq1fXF8cBvJZCQnHxn8tc7fvGxTZOW8IxZYuuYTba45o=</HostId></Error>* Trying 2600:9000:2043:5000:10:dfa4:b0c0:93a1...
* TCP_NODELAY set
* Connected to cache.nixos.org (2600:9000:2043:5000:10:dfa4:b0c0:93a1) port 80 (#0)
> GET /gcl9izi16l6jdc5y2wyjlx7hhd7s1vwm.narinfo HTTP/1.1
> Host: cache.nixos.org
> User-Agent: curl/7.54.0
> Accept: */*
> Accept-Encoding: identity,zlib,gzip
>
< HTTP/1.1 404 Not Found
< Content-Type: binary/octet-stream
< Content-Length: 3
< Connection: keep-alive
< Date: Wed, 07 Jun 2017 14:09:11 GMT
< Last-Modified: Tue, 13 Sep 2016 10:54:19 GMT
< ETag: "4f4adcbf8c6f66dcfc8a3282ac2bf10a"
< Accept-Ranges: bytes
< Server: AmazonS3
< Age: 1447
< X-Cache: Error from cloudfront
< Via: 1.1 e7ce333c56f455a0dae7f1f5ea5d6086.cloudfront.net (CloudFront)
< X-Amz-Cf-Id: O_sVX3upT-BfY2FDdvm0HmrQbK5g3UHtkYkaQOyJH9JIfVumVRzt9g==
<
* Connection #0 to host cache.nixos.org left intact
404^C⏎
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment