-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Labels
3.0.0Announcements related to ASP.NET Core 3.0Announcements related to ASP.NET Core 3.0AnnouncementBreaking changeDocumentedThe breaking change has been published to the .NET Core docsThe breaking change has been published to the .NET Core docsMigrated
Milestone
Description
As part of the move to move pubternal APIs to public, we've removed the concept of an IConnectionAdapter from Kestrel. Connection adapters are being replaced with connection middleware (very similar to http middleware in the ASP.NET Core pipeline but for lower level connections). HTTPS and Connection logging have been moved from connection adapters to connection middleware so those extension methods should continue to work seamlessly (but the guts have been re-implemented). See dotnet/aspnetcore#11412 for more details.
Discuss this issue on dotnet/aspnetcore#11475.
[This announcement has been migrated to: dotnet/docs#14905]
Metadata
Metadata
Assignees
Labels
3.0.0Announcements related to ASP.NET Core 3.0Announcements related to ASP.NET Core 3.0AnnouncementBreaking changeDocumentedThe breaking change has been published to the .NET Core docsThe breaking change has been published to the .NET Core docsMigrated