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