Open
Bug 1846842
Opened 2 years ago
Updated 2 years ago
websocket code attempting to query interface nsITLSSocketControl to nsITransportSecurityInfo, which doesn't work anymore
Categories
(Core :: Networking: WebSockets, defect, P2)
Core
Networking: WebSockets
Tracking
()
NEW
People
(Reporter: keeler, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
As of bug 1791633, nsITLSSocketControl can't be query interfaced to nsITransportSecurityInfo. WebSocketConnectionChild::OnTransportAvailable, WebSocketConnection::GetSecurityInfo, and WebSocketChannel::GetSecurityInfo should be using tlsSocketControl->GetSecurityInfo instead (assuming they're all on the socket thread).
Comment 1•2 years ago
|
||
Note that WebSocketConnectionChild is only used in socket process, so our users are not affected by this.
You need to log in
before you can comment on or make changes to this bug.
Description
•