Closed
Description
MVC recently made all pubinternal types in MVC internal via #4932. As a reminder, pubinternal
types are types that are declared as public but put in an .Internal namespace.
In ASP.NET Core 3.0, we should do the same in Kestrel, specifically for the Microsoft.AspNetCore.Server.Kestrel.Core.Internal namespace. Reference assemblies will also show any pubinternal changes.