2 references to _plaintextExpectedResponse
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
NamedPipesTransportBenchmark.cs (2)
30
private static readonly byte[] _responseBuffer = new byte[
_plaintextExpectedResponse
.Length];
62
ValidateResponseAsync(RequestParsingData.PlaintextTechEmpowerRequest,
_plaintextExpectedResponse
).Wait();