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

@@ -76,7 +76,7 @@ public class WebSocketMain extends Sprite {
public function log(message:String):void {
if (debug) {
ExternalInterface.call("webSocketLog", encodeURIComponent("[WebSocket] " + message));
ExternalInterface.call("webSocketLog", encodeURIComponent("[WebSocket] " + message));
}
}