Closed
Description
When using socket.io in Firefox 6 beta the connection will hang after performing authorization. The connect event will not be fired on the server. The Firefox debugging console provides the following information:
Error: Syntax-Error
Sourcefile: http://host/socket.io/1/?t=1310553989400
Line: 1, Column: 1
Sourcecode:
190006406397831442:15:25:websocket,htmlfile,xhr-polling,jsonp-polling
Since firefox claims a syntax error maybe a correct mimetype will help (there's none set in the response)?