2 references to Http1ParsingHandler
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1Connection.cs (2)
221return _parser.ParseRequestLine(new Http1ParsingHandler(this), ref reader); 228if (!_parser.ParseRequestLine(new Http1ParsingHandler(this), ref trimmedReader))