This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch base-browser-102.5.0esr-12.0-1 in repository tor-browser.
commit a111d3436b3781de98f6bf4d51ac67a8cea8bef8 Author: Kershaw Chang kershaw@mozilla.com AuthorDate: Tue Oct 18 07:13:19 2022 +0000
Bug 1794061 - WebSocketChannel::CleanupConnection should run on IO thread, r=necko-reviewers,valentin, a=dmeehan
Differential Revision: https://phabricator.services.mozilla.com/D158831 --- netwerk/protocol/websocket/WebSocketChannel.cpp | 1 + 1 file changed, 1 insertion(+)
diff --git a/netwerk/protocol/websocket/WebSocketChannel.cpp b/netwerk/protocol/websocket/WebSocketChannel.cpp index 2ca4e19f4764..7cd095240a82 100644 --- a/netwerk/protocol/websocket/WebSocketChannel.cpp +++ b/netwerk/protocol/websocket/WebSocketChannel.cpp @@ -2255,6 +2255,7 @@ void WebSocketChannel::CleanupConnection() { NewRunnableMethod("net::WebSocketChannel::CleanupConnection", this, &WebSocketChannel::CleanupConnection), NS_DISPATCH_NORMAL); + return; }
if (mLingeringCloseTimer) {