Commit 32c750fb authored by justcoding121's avatar justcoding121

close after websocket upgrade for now as a precaution

parent 69c74383
......@@ -219,6 +219,7 @@ namespace Titanium.Web.Proxy
await handleWebSocketUpgrade(httpCmd, args, request,
response, clientStream, clientStreamWriter,
serverConnection, cancellationTokenSource, cancellationToken);
closeServerConnection = true;
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment