joshua655 / v8cgi

Automatically exported from code.google.com/p/v8cgi
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

WebSockets seem incompatible with Firefox and Chrome #114

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
With a simple echo application in Firefox 12 and Chrome 19 the included 
websocket.js example fails. At least on Windows.

There is an incoming connection. Then the server calls "receive()" on it, gets 
around 500 bytes into the Buffer. Then fails with an exception. The client only 
sees "connection closed".

Using 0.9.2 Windows build.

Does it support the latest protocol?

Original issue reported on code.google.com by alvaro.s...@gmail.com on 6 Jun 2012 at 8:37

GoogleCodeExporter commented 9 years ago
The WebSocket support has been tested extensively, but unfortunately only on 
Linux (where it works fine now, including WSS). 

I can reproduce the issue on Windows, so this bug is confirmed.

Original comment by ondrej.zara on 6 Jun 2012 at 11:46

GoogleCodeExporter commented 9 years ago
Can you please download the experimental 0.9.3 windows build (normally from 
project downloads) to confirm and verify that this issue has been fixed?

Original comment by ondrej.zara on 7 Jun 2012 at 1:06

GoogleCodeExporter commented 9 years ago
Yes, it seems to work now.
Thanks!

Original comment by alvaro.s...@gmail.com on 7 Jun 2012 at 10:25