Flotype / now

NowJS makes it easy to build real-time web apps using JavaScript
http://www.nowjs.com
MIT License
1.91k stars 175 forks source link

Causes Safari 5 on OSX to Crash #69

Closed balupton closed 13 years ago

balupton commented 13 years ago

Accessing the express_example in Safari 5 will cause Safari 5 to crash. Nothing is outputted to the server log.

$ cd express_example/ $ node app.js Express server listening on port 8080 25 Apr 11:28:00 - Your node instance does not have root privileges. This means that the flash XML policy file will be served inline instead of on port 843. This will slow down initial connections slightly. 25 Apr 11:28:00 - socket.io ready - accepting connections

3rd-Eden commented 13 years ago

Disable Auto Proxy Discovery in your network settings, it's a known issue in safari that it will crash if when using websockets and proxy detection

ericz commented 13 years ago

Thanks @3rd-Eden