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