ukris / typhoonae

Automatically exported from code.google.com/p/typhoonae
0 stars 0 forks source link

Update Web Socket service #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Web Socket specification has been updated to 
draft-hixie-thewebsocketprotocol-76. See 
http://www.ietf.org/id/draft-ietf-hybi-thewebsocketprotocol-00.txt for further 
details.

Starting from WebKit nightly build r59903 and Chrome 6.0.414.0 (r47952), the 
client will talk to a 
server using -76 version of the protocol, so it will fail to open WebSocket 
connections with a 
WebSocket server based on draft-hixie-thewebsocketprotocol-75. Since -75 
version of the 
protocol is obsoleted and no longer supported in future version of browsers, to 
support new clients 
you need to update the server implementation. (Note that Chrome 5 uses -75 
version of protocol).

Original issue reported on code.google.com by tobias.r...@gmail.com on 5 Jun 2010 at 8:11

GoogleCodeExporter commented 9 years ago

Original comment by tobias.r...@gmail.com on 8 Jun 2010 at 5:49

GoogleCodeExporter commented 9 years ago
Fixed in the trunk.

Original comment by tobias.r...@gmail.com on 27 Jul 2010 at 11:28

GoogleCodeExporter commented 9 years ago
Fixed in the 0.2.0 release.

Original comment by tobias.r...@gmail.com on 12 Dec 2010 at 11:28