Skip to content

Commit

Permalink
Fix ReadAsStreamAsync_HandlerProducesWellBehavedResponseStream for Ht…
Browse files Browse the repository at this point in the history
…tp3 (dotnet#101447)
  • Loading branch information
rzikm authored and michaelgsharp committed May 8, 2024
1 parent f88a865 commit 61fca52
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ public async Task DisposeCurrentStream()
await _currentStream.DisposeAsync().ConfigureAwait(false);
_openStreams.Remove((int)_currentStreamId);
_currentStream = null;
_currentStreamId = -4;
}

public override async Task<byte[]> ReadRequestBodyAsync()
Expand Down

0 comments on commit 61fca52

Please sign in to comment.