2 references to ReadResponseAsync
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
InMemoryTransportBenchmark.cs (2)
94
await _connection.
ReadResponseAsync
(_plaintextExpectedResponse.Length);
101
await _connection.
ReadResponseAsync
(_plaintextPipelinedExpectedResponse.Length);