Created
January 18, 2013 07:19
-
-
Save lidaobing/4562909 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ curl -I http://twitter.github.com/bootstrap/base-css.html#forms | |
curl: (56) Recv failure: Connection reset by peer | |
$ tsocks curl -I http://twitter.github.com/bootstrap/base-css.html#forms | |
HTTP/1.1 200 OK | |
Server: GitHub.com | |
Date: Fri, 18 Jan 2013 07:18:29 GMT | |
Content-Type: text/html | |
Content-Length: 94372 | |
Last-Modified: Sat, 22 Dec 2012 03:04:10 GMT | |
Connection: keep-alive | |
Expires: Sat, 19 Jan 2013 07:18:29 GMT | |
Cache-Control: max-age=86400 | |
Accept-Ranges: bytes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment