This repository was archived by the owner on Mar 6, 2018. It is now read-only.

Description
I get the following with the examples/chat example client and server.js :
io.socket.SocketIOException: Error while handshaking
at io.socket.IOConnection.handshake(IOConnection.java:322)
at io.socket.IOConnection.access$600(IOConnection.java:39)
at io.socket.IOConnection$ConnectThread.run(IOConnection.java:199)
Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: http://localhost:3000/socket.io/1/
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1838)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439)
at io.socket.IOConnection.handshake(IOConnection.java:313)
... 2 more
Jun 28, 2015 6:56:01 PM io.socket.IOConnection cleanup
INFO: Cleanup
Any help is greatly appreciated.