2 references to Http1ParsingHandler
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1Connection.cs (2)
252var result = _parser.ParseHeaders(new Http1ParsingHandler(this, trailers), ref reader); 271if (!_parser.ParseHeaders(new Http1ParsingHandler(this, trailers), ref trimmedReader))