Skip to content

Commit d6df6e6

Browse files
authored
Merge pull request #136 from Cysharp/feature/FixUnnecessaryReleaseHandles
Remove unnecessary handle release
2 parents 3ab3d4d + ea31404 commit d6df6e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/YetAnotherHttpHandler/RequestContext.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ private async Task RunReadRequestLoopAsync(CancellationToken cancellationToken)
129129
finally
130130
{
131131
if (YahaEventSource.Log.IsEnabled()) YahaEventSource.Log.Trace($"[ReqSeq:{_requestSequence}:State:0x{Handle:X}] Completing RunReadRequestLoopAsync");
132-
TryReleaseNativeHandles();
133132
}
134133
}
135134

0 commit comments

Comments
 (0)