Files
socket.io/lib
Nick LaGrow 17143bde09 Deny upgrade when proxy doesn't support websocket
Some proxies - such as nginx and squid - don't support websocket. The client attempting to upgrade its transport caused the engine.io connection to break (see GH-177). THe server now checks within handleRequest to see if the transport has changed without an upgrade request - if this is the case, the upgrade request is denied (defaults to polling) and the connection is maintained
2014-02-08 12:10:47 -08:00
..
2014-01-08 16:54:40 -03:00
2013-07-03 15:48:17 +03:00
2013-08-14 18:58:01 +03:00
2014-01-18 11:24:48 -08:00