Import/merge gimite/web-socket-js up to da7caff96496c7d7bfb3.

Bug fixes, restore RFC2817 proxy for non wss://, and handle new
closing handshake from WebSockets 76.
This commit is contained in:
Joel Martin
2010-07-02 09:52:59 -05:00
parent e091b47a9f
commit b9633f8bfd
5 changed files with 89 additions and 62 deletions

View File

@@ -15,6 +15,8 @@
// Set URL of your WebSocketMain.swf here:
WebSocket.__swfLocation = "WebSocketMain.swf";
// Set this to dump debug message from Flash to console.log:
WebSocket.__debug = true;
var ws;