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