mirror of
https://github.com/opensim/opensim.git
synced 2026-08-03 15:36:16 +08:00
send 100 continue code the way ms seems to want
This commit is contained in:
@@ -103,7 +103,6 @@ namespace OSHttpServer
|
||||
public IHttpClientContext CreateSecureContext(Socket socket, X509Certificate certificate,
|
||||
SslProtocols protocol, RemoteCertificateValidationCallback _clientCallback = null)
|
||||
{
|
||||
socket.NoDelay = true;
|
||||
var networkStream = new NetworkStream(socket, true);
|
||||
var remoteEndPoint = (IPEndPoint)socket.RemoteEndPoint;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user