1 write to _http1Connection
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Http1ConnectionParsingOverheadBenchmark.cs (1)
46_http1Connection = http1Connection;
7 references to _http1Connection
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (7)
Http1ConnectionParsingOverheadBenchmark.cs (7)
78_http1Connection.Reset(); 81if (!_http1Connection.TakeStartLine(ref reader)) 86if (!_http1Connection.TakeMessageHeaders(ref reader, trailers: false)) 94_http1Connection.Reset(); 97if (!_http1Connection.TakeStartLine(ref reader)) 105_http1Connection.Reset(); 108if (!_http1Connection.TakeMessageHeaders(ref reader, trailers: false))