1 write to _parser
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
84_parser = ServiceContext.HttpParser;
8 references to _parser
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Http\Http1Connection.cs (8)
207return _parser.ParseRequestLine(new Http1ParsingHandler(this), ref reader); 214if (!_parser.ParseRequestLine(new Http1ParsingHandler(this), ref trimmedReader)) 238var result = _parser.ParseHeaders(new Http1ParsingHandler(this, trailers), ref reader); 257if (!_parser.ParseHeaders(new Http1ParsingHandler(this, trailers), ref trimmedReader)) 337return _parser.TryParseRequestLine(new Http1ParsingHandler(this), ref reader); 344var result = _parser.TryParseRequestLine(new Http1ParsingHandler(this), ref trimmedReader); 367var result = _parser.TryParseHeaders(new Http1ParsingHandler(this, trailers), ref reader); 382var result = _parser.TryParseHeaders(new Http1ParsingHandler(this, trailers), ref trimmedReader);