Created
March 16, 2012 00:56
-
-
Save mranney/2047990 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
| 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