1 write to _parser
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\Http1Connection.cs (1)
54_parser = ServiceContext.HttpParser;
4 references to _parser
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1Connection.cs (4)
221return _parser.ParseRequestLine(new Http1ParsingHandler(this), ref reader); 228if (!_parser.ParseRequestLine(new Http1ParsingHandler(this), ref trimmedReader)) 252var result = _parser.ParseHeaders(new Http1ParsingHandler(this, trailers), ref reader); 271if (!_parser.ParseHeaders(new Http1ParsingHandler(this, trailers), ref trimmedReader))