mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
cleanup
This commit is contained in:
@@ -121,7 +121,6 @@ namespace OSHttpServer
|
||||
/// </returns>
|
||||
public IHttpClientContext CreateContext(Socket socket)
|
||||
{
|
||||
socket.NoDelay = true;
|
||||
var networkStream = new NetworkStream(socket, true);
|
||||
var remoteEndPoint = (IPEndPoint)socket.RemoteEndPoint;
|
||||
return CreateContext(false, remoteEndPoint, networkStream, socket);
|
||||
|
||||
Reference in New Issue
Block a user