2 references to _readData
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
Http1ReadingBenchmark.cs (2)
56
_http1Connection.RequestHeaders.ContentLength =
_readData
.Length;
65
_pair.Application.Output.WriteAsync(
_readData
).GetAwaiter().GetResult();