Closed
Bug 1280559
Opened 9 years ago
Closed 9 years ago
Firefox can't establish a connection to the server at ws://127.0.0.1
Categories
(Core :: Networking: WebSockets, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: kumarbhushan, Unassigned, NeedInfo)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36
Steps to reproduce:
var mywebsocket =new WebSocket(ws://127.0.0.1);
Actual results:
Firefox can't establish a connection to the server at ws://127.0.0.1/. but chrome and IE is connecting properly.
Expected results:
It should be connected properly.
Reporter | ||
Updated•9 years ago
|
OS: Unspecified → Windows 10
Hardware: Unspecified → All
Comment 1•9 years ago
|
||
We will need a log to debug this
https://developer.mozilla.org/en-US/docs/Mozilla/Debugging/HTTP_logging
please add nsWebSocket:5 to the list of NSPR_LOG_MODULES that is documented in that page.
you can upload the log right to this bug.
thanks.
Flags: needinfo?(kumarbhushan)
Reporter | ||
Comment 2•9 years ago
|
||
connection closed with 1006 error code
Updated•9 years ago
|
Whiteboard: [necko-active]
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
Whiteboard: [necko-active]
You need to log in
before you can comment on or make changes to this bug.
Description
•