Commit 8bd7872f authored by justcoding121's avatar justcoding121

could potentially released twice without null set

parent 8e0602a4
......@@ -238,6 +238,7 @@ namespace Titanium.Web.Proxy
//get new connection from pool
await tcpConnectionFactory.Release(serverConnection, true);
serverConnection = null;
serverConnection = await getServerConnection(args, false,
clientConnection.NegotiatedApplicationProtocol, cancellationToken);
......
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