Skip to content

Instantly share code, notes, and snippets.

@xantus
Created August 16, 2010 22:15
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 xantus/2e90e70595dd139fe0d6 to your computer and use it in GitHub Desktop.
Save xantus/2e90e70595dd139fe0d6 to your computer and use it in GitHub Desktop.
T 192.168.1.55:58837 -> 192.168.1.55:3000 [AP]
GET /socket.io/websocket HTTP/1.1.
Upgrade: WebSocket.
Connection: Upgrade.
Host: 192.168.1.55:3000.
Origin: http://192.168.1.55:3000.
.
##
T 192.168.1.55:3000 -> 192.168.1.55:58837 [AP]
HTTP/1.1 101 WebSocket Protocol Handshake.
Connection: Upgrade.
X-Powered-By: Mojolicious (Perl).
Sec-WebSocket-Location: ws://192.168.1.55:3000/socket.io/websocket.
Date: Mon, 16 Aug 2010 22:13:12 GMT.
Upgrade: WebSocket.
Server: Mojolicious (Perl).
Sec-WebSocket-Origin: http://192.168.1.55:3000.
.
##
T 192.168.1.55:3000 -> 192.168.1.55:58837 [AP]
.{"messages":[{"sessionid":"5a9d33a28f022eb03e77fe502f3c48b82bf80432"}]}..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment