Commit 79cdc5e9 authored by justcoding121's avatar justcoding121

prefetch is still leaking somewhere

parent 808ddab4
...@@ -254,7 +254,7 @@ namespace Titanium.Web.Proxy ...@@ -254,7 +254,7 @@ namespace Titanium.Web.Proxy
{ {
await tcpConnectionFactory.Release(connection, true); await tcpConnectionFactory.Release(connection, true);
} }
calledRequestHandler = true;
return; 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