mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
comment out robust HandleWebSocketLoginEvents listenner and handler, Tell us if you use it, bc its candidate to total removal
This commit is contained in:
@@ -224,7 +224,7 @@ namespace OpenSim.Server.Handlers.Login
|
||||
|
||||
return FailedOSDResponse();
|
||||
}
|
||||
|
||||
/* not used anywhere we can see
|
||||
public void HandleWebSocketLoginEvents(string path, WebSocketHttpServerHandler sock)
|
||||
{
|
||||
sock.MaxPayloadSize = 16384; //16 kb payload
|
||||
@@ -278,7 +278,7 @@ namespace OpenSim.Server.Handlers.Login
|
||||
sock.HandshakeAndUpgrade();
|
||||
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
private XmlRpcResponse FailedXMLRPCResponse()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user