5 references to EndStreamAsync
InMemory.FunctionalTests (5)
Http3\Http3ConnectionTests.cs (3)
179await request.EndStreamAsync(); 214await activeRequest.EndStreamAsync(); 301await controlStream.EndStreamAsync().DefaultTimeout();
Http3\Http3StreamTests.cs (1)
2150await requestStream.EndStreamAsync();
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
615await EndStreamAsync(data.Span);