Open Bug 1846842 Opened 1 year ago Updated 1 year ago

websocket code attempting to query interface nsITLSSocketControl to nsITransportSecurityInfo, which doesn't work anymore

Categories

(Core :: Networking: WebSockets, defect, P2)

defect

Tracking

()

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).

Note that WebSocketConnectionChild is only used in socket process, so our users are not affected by this.

Blocks: socket-proc
Severity: -- → S3
Priority: -- → P2
Whiteboard: [necko-triaged]
You need to log in before you can comment on or make changes to this bug.