Closed
Bug 664928
Opened 14 years ago
Closed 14 years ago
nsWebSocketHandler does not need to implement nsIProtocolHandler?
Categories
(Core :: Networking: WebSockets, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jduell.mcbugs, Unassigned)
Details
I see no evidence that it's ever QI'd to one, and most of the implemented functions aren't called AFAICT. Protocol handlers are typically singletons anyway.
Mark INVALID if I'm wrong.
Comment 1•14 years ago
|
||
It's needed in the existing setup, because there is no singleton protocol handler. The netwerk module is set up to create a mostly-unused nsWebSocketHandler when GetProtocolHandler is called.
Comment 2•14 years ago
|
||
jdm has it right.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•