Skip to content

Commit 61fca52

Browse files
rzikmmichaelgsharp
authored andcommitted
Fix ReadAsStreamAsync_HandlerProducesWellBehavedResponseStream for Http3 (dotnet#101447)
1 parent f88a865 commit 61fca52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libraries/Common/tests/System/Net/Http/Http3LoopbackConnection.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ public async Task DisposeCurrentStream()
198198
await _currentStream.DisposeAsync().ConfigureAwait(false);
199199
_openStreams.Remove((int)_currentStreamId);
200200
_currentStream = null;
201-
_currentStreamId = -4;
202201
}
203202

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

0 commit comments

Comments
 (0)