xmlrpc http hander: remove another temporary string

This commit is contained in:
UbitUmarov
2020-12-01 13:17:54 +00:00
parent ff1302f8c8
commit 3e113b4aec
3 changed files with 51 additions and 92 deletions

View File

@@ -143,7 +143,6 @@ namespace OSHttpServer
basecontextID = 1;
contextID = basecontextID;
sock.NoDelay = true;
}
public bool CanSend()

View File

@@ -154,6 +154,7 @@ namespace OSHttpServer
if(socket.Connected)
{
socket.NoDelay = true;
m_logWriter.Write(this, LogPrio.Debug, "Accepted connection from: " + socket.RemoteEndPoint);