1 write to _parser
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
80_parser = ServiceContext.HttpParser;
8 references to _parser
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Http\Http1Connection.cs (8)
203return _parser.ParseRequestLine(new Http1ParsingHandler(this), ref reader); 210if (!_parser.ParseRequestLine(new Http1ParsingHandler(this), ref trimmedReader)) 234var result = _parser.ParseHeaders(new Http1ParsingHandler(this, trailers), ref reader); 253if (!_parser.ParseHeaders(new Http1ParsingHandler(this, trailers), ref trimmedReader)) 333return _parser.TryParseRequestLine(new Http1ParsingHandler(this), ref reader); 340var result = _parser.TryParseRequestLine(new Http1ParsingHandler(this), ref trimmedReader); 363var result = _parser.TryParseHeaders(new Http1ParsingHandler(this, trailers), ref reader); 378var result = _parser.TryParseHeaders(new Http1ParsingHandler(this, trailers), ref trimmedReader);