Skip to content
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

Fix closure in HttpConnectionPoolManager.StartMonitoringNetworkChanges #50487

Merged
merged 1 commit into from
Apr 15, 2021

Conversation

stephentoub
Copy link
Member

No description provided.

@ghost
Copy link

ghost commented Mar 31, 2021

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details
Author: stephentoub
Assignees: -
Labels:

area-System.Net.Http

Milestone: -

@stephentoub
Copy link
Member Author

@geoffkizer, could you take a peek at this?

Copy link
Member

@MihaZupan MihaZupan left a comment

Choose a reason for hiding this comment

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

Had to convince myself that this makes a difference.

Is there a reason why the closure has to be allocated upfront, or is this just something that the compiler could be better at?

@stephentoub
Copy link
Member Author

Is there a reason why the closure has to be allocated upfront, or is this just something that the compiler could be better at?

dotnet/roslyn#20777 (comment)

@stephentoub stephentoub merged commit f958f2b into dotnet:main Apr 15, 2021
@stephentoub stephentoub deleted the httpclosure branch April 15, 2021 13:57
@ghost ghost locked as resolved and limited conversation to collaborators May 15, 2021
@karelz karelz added this to the 6.0.0 milestone May 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants