[suggestion] Minor fix: When a WebSocket connection is active and users refreshes the page an error is logged

This commit is contained in:
janekptacijarabaci
2017-03-02 21:06:59 +01:00
committed by roytam1
parent 0313d951de
commit 89aa843706
-2
View File
@@ -2583,8 +2583,6 @@ WebSocketImpl::CancelInternal()
return NS_OK;
}
ConsoleError();
return CloseConnection(nsIWebSocketChannel::CLOSE_GOING_AWAY);
}