Skip to content

Commit

Permalink
Fix Dispose
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Jan 10, 2024
1 parent c883625 commit 6ebde76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/YetAnotherHttpHandler/NativeHttpHandlerCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@ public void Dispose()

private void Dispose(bool disposing)
{
_disposed = true;
if (_disposed)
{
return;
Expand Down

0 comments on commit 6ebde76

Please sign in to comment.