Jan Urbański

Results 5 issues of Jan Urbański

I'm creating this issue so everyone who contributed to the Sentelic driver can participate. AFAIK there are four people that contributed code for the Sentelic driver: Oskari Saarenmaa, Chris, Olivier...

if you call loseConnection on the WebSocketTransport it passes it on to the underlying Request, which then errbacks the notifications obtained with notifyFinish(), and WebSocketTransport then gets connectionLost on itself......

As specified in http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-76#section-4.2 WebSocket frames can also be of type 0xFF, with a length specification followed by arbitrary data, that the server should discard. The first commit implements parsing...

These changes make txWebSocket support hybi-10, as explained in rlotun/txWebSocket#12 My hybi-10 branch relies on my binary-frames-closing-handshake, because of the makeStatefulDispatcher usage. This pull request incorporates both of these branches,...

Newest Chromium uses the hybi-10 version of the WebSocket protocol (http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-10). See http://code.google.com/p/chromium/issues/detail?id=64470 for details. Both the handshake and the payload format have changed and currently txWebSocket does not work...