We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ab3d4d + ea31404 commit d6df6e6Copy full SHA for d6df6e6
src/YetAnotherHttpHandler/RequestContext.cs
@@ -129,7 +129,6 @@ private async Task RunReadRequestLoopAsync(CancellationToken cancellationToken)
129
finally
130
{
131
if (YahaEventSource.Log.IsEnabled()) YahaEventSource.Log.Trace($"[ReqSeq:{_requestSequence}:State:0x{Handle:X}] Completing RunReadRequestLoopAsync");
132
- TryReleaseNativeHandles();
133
}
134
135
0 commit comments