3 references to _plaintextExpectedResponse
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
InMemoryTransportBenchmark.cs (3)
35
string.Concat(Enumerable.Repeat(
_plaintextExpectedResponse
, RequestParsingData.Pipelining));
64
ValidateResponseAsync(RequestParsingData.PlaintextTechEmpowerRequest,
_plaintextExpectedResponse
).Wait();
94
await _connection.ReadResponseAsync(
_plaintextExpectedResponse
.Length);