Closed Bug 789017 Opened 12 years ago Closed 12 years ago

WebSocket Connect Twice in FF15

Categories

(Core :: Networking: WebSockets, defect)

15 Branch
x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 782704

People

(Reporter: ny_mand, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:15.0) Gecko/20100101 Firefox/15.0
Build ID: 20120825192214

Steps to reproduce:

I connect a client to my WebSocket server.


Actual results:

The server gets 2 incoming connections. One containing the handshake header, and one containing nothing. This result in the server not able to communicate with the client. My theory is that the client is listening on the second connection, which is the empty one.

I have tested in FF15 on both Linux Ubuntu 12.04 and Windows Vista.


Expected results:

I obviously should only have got 1 incoming connection from the client, which should contain the handshake header.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Component: Untriaged → Networking: WebSockets
Product: Firefox → Core
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.