Skip to content

Drop IResponseCache async methods #15393

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

Merged
merged 1 commit into from
Nov 4, 2019

Conversation

Kahbazi
Copy link
Member

@Kahbazi Kahbazi commented Oct 25, 2019

Fixes #14993

@analogrelay
Copy link
Contributor

cc @davidfowl

For context everyone, these async methods weren't actually doing anything async and were completely internal so @Kahbazi wondered if they should just be removed.

@jkotalik
Copy link
Contributor

@JunTaoLuo to evaluate the risk of this change.

@jkotalik jkotalik added this to the 5.0.0-preview1 milestone Oct 31, 2019
@davidfowl
Copy link
Member

Seems fine, this interface is internal and nothing was async.

Copy link
Contributor

@JunTaoLuo JunTaoLuo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes this looks good.

@JunTaoLuo JunTaoLuo merged commit 93432bd into dotnet:master Nov 4, 2019
@JunTaoLuo
Copy link
Contributor

Thanks for the contribution @Kahbazi !

@Kahbazi Kahbazi deleted the kahbazi/syncResponseCache branch December 10, 2020 11:48
@amcasey amcasey added the area-middleware Includes: URL rewrite, redirect, response cache/compression, session, and other general middlewares label Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-middleware Includes: URL rewrite, redirect, response cache/compression, session, and other general middlewares
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change IResponseCache output to ValueTask
7 participants