We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04de253 commit 0a25b9eCopy full SHA for 0a25b9e
indra/llcorehttp/llwebsocketmgr.cpp
@@ -592,8 +592,7 @@ void LLWebsocketMgr::WSServer::handleOpenConnection(const connection_h& handle)
592
{
593
LL_WARNS("WebSocket") << mServerName << " failed to create connection object" << LL_ENDL;
594
return;
595
- }
596
- mConnections[handle] = connection;
+ // Removed redundant assignment to mConnections[handle]
597
size = mConnections.size();
598
}
599
0 commit comments