Skip to content

Instantly share code, notes, and snippets.

@mranney
Created March 16, 2012 00:56
Show Gist options
  • Select an option

  • Save mranney/2047990 to your computer and use it in GitHub Desktop.

Select an option

Save mranney/2047990 to your computer and use it in GitHub Desktop.
mjr@prod-04:~$ telnet prod-17-internal 8091
Trying 10.28.60.232...
Connected to prod-17-internal.voxer.com.
Escape character is '^]'.
GET /riak/mjrtest/2 HTTP/1.1
Host: foo
Accept: */*
HTTP/1.1 404 Object Not Found
Server: MochiWeb/1.1 WebMachine/1.9.0 (someone had painted it blue)
Date: Fri, 16 Mar 2012 00:55:00 GMT
Content-Type: text/plain
Content-Length: 10
not found
GET /riak/mjrtest/3 HTTP/1.1
Host: foo
Accept: */*
HTTP/1.1 404 Object Not Found
Server: MochiWeb/1.1 WebMachine/1.9.0 (someone had painted it blue)
Date: Fri, 16 Mar 2012 00:55:16 GMT
Content-Type: text/plain
Content-Length: 10
not found
^]q^C
Connection closed by foreign host.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment