4 references to Http1ParsingHandler
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1Connection.cs (4)
203return _parser.ParseRequestLine(new Http1ParsingHandler(this), ref reader); 210if (!_parser.ParseRequestLine(new Http1ParsingHandler(this), ref trimmedReader)) 333return _parser.TryParseRequestLine(new Http1ParsingHandler(this), ref reader); 340var result = _parser.TryParseRequestLine(new Http1ParsingHandler(this), ref trimmedReader);