Skip to content

Instantly share code, notes, and snippets.

@baudehlo
Created March 23, 2011 23:23
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 baudehlo/884246 to your computer and use it in GitHub Desktop.
Save baudehlo/884246 to your computer and use it in GitHub Desktop.
$ telnet localhost 3000
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
GET / HTTP/1.0
HTTP/1.1 200 OK
Connection: close
Hello WorldConnection closed by foreign host.
@zanona
Copy link

zanona commented Mar 23, 2011

$ telnet localhost 3000
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying fe80::1...
telnet: connect to address fe80::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment