Comment #7 on issue 28453 by levipr: WebSocket connection closed
http://code.google.com/p/chromium/issues/detail?id=28453

Did you manage to fix this? I have the exact same issue.

If I connect using localhost:8080, it works perfectly, the connection is  
upgraded.
When I try to connect via IP (192.168.1.253:8080) it connects, but never  
upgrades the
connection.

Here's the output from the server, it first receives the request, sends the  
handshake
and tries to upgrade. Soon as it tries to upgrade, the browser closes the  
connection.
--
Websocket connection accepted by server.
Received: GET / HTTP/1.1
Upgrade: WebSocket
Connection: Upgrade
Host: 192.168.1.253:8080
Origin: http://192.168.1.253


Upgrading HTTP Connection to Websocket. Sending:
HTTP/1.1 101 Web Socket Protocol Handshake
Upgrade: WebSocket
Connection: Upgrade
WebSocket-Origin: 192.168.1.253
WebSocket-Location: ws://192.168.1.253:8080/

Pre-mature connection was dropped.
--

The pre-mature connection was dropped statement means that the browser  
unexpectedly
dropped the connection. I can't figure this out, so I was hoping the one  
who posted
this or someone, has an idea if this is the same problem he was having.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to