mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
xmlrpc http hander: remove another temporary string
This commit is contained in:
@@ -143,7 +143,6 @@ namespace OSHttpServer
|
||||
basecontextID = 1;
|
||||
|
||||
contextID = basecontextID;
|
||||
sock.NoDelay = true;
|
||||
}
|
||||
|
||||
public bool CanSend()
|
||||
|
||||
@@ -154,6 +154,7 @@ namespace OSHttpServer
|
||||
|
||||
if(socket.Connected)
|
||||
{
|
||||
socket.NoDelay = true;
|
||||
|
||||
m_logWriter.Write(this, LogPrio.Debug, "Accepted connection from: " + socket.RemoteEndPoint);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user