5 references to EndStreamAsync
InMemory.FunctionalTests (5)
Http3\Http3ConnectionTests.cs (3)
181await request.EndStreamAsync(); 215await activeRequest.EndStreamAsync(); 298await controlStream.EndStreamAsync().DefaultTimeout();
Http3\Http3StreamTests.cs (1)
2140await requestStream.EndStreamAsync();
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
610await EndStreamAsync(data.Span);