Skip to content

ConnectionAdapters have been removed from Kestrel #371

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
davidfowl opened this issue Jun 23, 2019 · 0 comments
Open

ConnectionAdapters have been removed from Kestrel #371

davidfowl opened this issue Jun 23, 2019 · 0 comments
Labels
3.0.0 Announcements related to ASP.NET Core 3.0 Announcement Breaking change Documented The breaking change has been published to the .NET Core docs Migrated

Comments

@davidfowl
Copy link
Member

davidfowl commented Jun 23, 2019

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]

@aspnet aspnet locked and limited conversation to collaborators Jun 23, 2019
@analogrelay analogrelay added 3.0.0 Announcements related to ASP.NET Core 3.0 Announcement Breaking change labels Jun 23, 2019
@analogrelay analogrelay added this to the 3.0.0-preview7 milestone Jun 27, 2019
@Tratcher Tratcher removed their assignment Oct 2, 2019
@scottaddie scottaddie added the Documented The breaking change has been published to the .NET Core docs label Dec 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
3.0.0 Announcements related to ASP.NET Core 3.0 Announcement Breaking change Documented The breaking change has been published to the .NET Core docs Migrated
Projects
None yet
Development

No branches or pull requests

4 participants