Skip to content

Commit

Permalink
Fix ReadAsStreamAsync_HandlerProducesWellBehavedResponseStream for Ht…
Browse files Browse the repository at this point in the history
…tp3 (#101447)
  • Loading branch information
rzikm committed Apr 24, 2024
1 parent e01db17 commit e58be47
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 e58be47

Please sign in to comment.