4 references to
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1MessageBody.cs (1)
20protected Http1MessageBody(Http1Connection context, bool keepAlive) : base(context)
Internal\Http\ZeroContentLengthMessageBody.cs (1)
11: base(null!) // Ok to pass null here because this type overrides all the base methods
Internal\Http2\Http2MessageBody.cs (1)
19: base(context)
Internal\Http3\Http3MessageBody.cs (1)
18: base(context)