14 instantiations of HttpParser
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
99HttpParser = new HttpParser<Http1ParsingHandler>(trace.IsEnabled(LogLevel.Information), serverOptions.DisableHttp1LineFeedTerminators),
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
StartLineTests.cs (2)
527httpParser: new HttpParser<Http1ParsingHandler>()); 539Parser = new HttpParser<Http1ParsingHandler>(showErrorDetails: true);
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (11)
HeaderCollectionBenchmark.cs (1)
333httpParser: new HttpParser<Http1ParsingHandler>(),
Http1ConnectionBenchmark.cs (2)
21private readonly HttpParser<Adapter> _parser = new HttpParser<Adapter>(); 36httpParser: new HttpParser<Http1ParsingHandler>());
Http1LargeWritingBenchmark.cs (1)
73httpParser: new HttpParser<Http1ParsingHandler>(),
Http1ReadingBenchmark.cs (1)
102httpParser: new HttpParser<Http1ParsingHandler>(),
Http1WritingBenchmark.cs (1)
107httpParser: new HttpParser<Http1ParsingHandler>(),
Http2\Http2FrameWriterBenchmark.cs (1)
34httpParser: new HttpParser<Http1ParsingHandler>(),
HttpParserBenchmark.cs (1)
13private readonly HttpParser<Adapter> _parser = new HttpParser<Adapter>();
HttpProtocolFeatureCollection.cs (1)
235httpParser: new HttpParser<Http1ParsingHandler>(),
RequestParsingBenchmark.cs (1)
33httpParser: new HttpParser<Http1ParsingHandler>(),
ResponseHeaderCollectionBenchmark.cs (1)
181httpParser: new HttpParser<Http1ParsingHandler>(),
2 references to HttpParser
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
Http1ConnectionBenchmark.cs (1)
21private readonly HttpParser<Adapter> _parser = new HttpParser<Adapter>();
HttpParserBenchmark.cs (1)
13private readonly HttpParser<Adapter> _parser = new HttpParser<Adapter>();