Skip to content

Instantly share code, notes, and snippets.

@rf
Created July 12, 2012 21:33
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 rf/3101180 to your computer and use it in GitHub Desktop.
Save rf/3101180 to your computer and use it in GitHub Desktop.
$ curl -v http://zeitnow.nodejitsu.com/
* About to connect() to zeitnow.nodejitsu.com port 80 (#0)
* Trying 165.225.129.253...
* connected
* Connected to zeitnow.nodejitsu.com (165.225.129.253) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.25.0 (x86_64-pc-linux-gnu) libcurl/7.25.0 OpenSSL/1.0.1 zlib/1.2.6 libidn/1.24 libssh2/1.4.0 librtmp/2.3
> Host: zeitnow.nodejitsu.com
> Accept: */*
>
* additional stuff not fine transfer.c:1037: 0 0
* HTTP 1.1 or later with persistent connection, pipelining supported
< HTTP/1.1 500 Internal Server Error
< Content-Type: text/plain
< Date: Thu, 12 Jul 2012 21:33:01 GMT
< Connection: keep-alive
< Transfer-Encoding: chunked
<
* Connection #0 to host zeitnow.nodejitsu.com left intact
An error has occurred: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect"}* Closing connection #0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment