Implemented interface member:
method
ParseHeaders
Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.IHttpParser<TRequestHandler>.ParseHeaders(TRequestHandler, ref System.Buffers.SequenceReader<System.Byte>)
2 references to ParseHeaders
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
Http1ConnectionBenchmark.cs (1)
86
if (!_parser.
ParseHeaders
(new Adapter(this), ref reader))
HttpParserBenchmark.cs (1)
95
if (!_parser.
ParseHeaders
(new Adapter(this), ref reader))