1 write to Http1Connection
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
RequestParsingBenchmark.cs (1)
48Http1Connection = http1Connection;
6 references to Http1Connection
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (6)
RequestParsingBenchmark.cs (6)
152Http1Connection.Reset(); 154if (!Http1Connection.TakeStartLine(ref reader)) 159if (!Http1Connection.TakeMessageHeaders(ref reader, trailers: false)) 184Http1Connection.Reset(); 186if (!Http1Connection.TakeStartLine(ref reader)) 196if (!Http1Connection.TakeMessageHeaders(ref reader, trailers: false))