We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88a865 commit 61fca52Copy full SHA for 61fca52
src/libraries/Common/tests/System/Net/Http/Http3LoopbackConnection.cs
@@ -198,7 +198,6 @@ public async Task DisposeCurrentStream()
198
await _currentStream.DisposeAsync().ConfigureAwait(false);
199
_openStreams.Remove((int)_currentStreamId);
200
_currentStream = null;
201
- _currentStreamId = -4;
202
}
203
204
public override async Task<byte[]> ReadRequestBodyAsync()
0 commit comments