Skip to content

Instantly share code, notes, and snippets.

@abraham
Created April 3, 2014 17:26
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 abraham/9958883 to your computer and use it in GitHub Desktop.
Save abraham/9958883 to your computer and use it in GitHub Desktop.
TAD
$ curl -v www.tripleaughtdesign.com
* Adding handle: conn: 0x7f97ac004000
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x7f97ac004000) send_pipe: 1, recv_pipe: 0
* About to connect() to www.tripleaughtdesign.com port 80 (#0)
* Trying 208.72.84.101...
* Connected to www.tripleaughtdesign.com (208.72.84.101) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.30.0
> Host: www.tripleaughtdesign.com
> Accept: */*
>
* Empty reply from server
* Connection #0 to host www.tripleaughtdesign.com left intact
curl: (52) Empty reply from server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment