Skip to content

Conversation

@Mpdreamz
Copy link
Member

In dotnet/runtime#22366 we found that if
HttpClient is using the curl handler it will lead to TCP connections
bleeding. Our DefaultConnectionLimit is very restrictive if this is
true. Our check however is too lenient and will default to true always
on .NET core since netcoreapp still ships with CurlHandler as recent as
3.1.x

In dotnet/runtime#22366 we found that if
`HttpClient` is using the curl handler it will lead to TCP connections
bleeding. Our DefaultConnectionLimit is very restrictive if this is
true. Our check however is too lenient and will default to true always
on .NET core since netcoreapp still ships with CurlHandler as recent as
`3.1.x`
@Mpdreamz
Copy link
Member Author

@Mpdreamz Mpdreamz merged commit ee2ae5e into 6.x Apr 23, 2020
@Mpdreamz Mpdreamz deleted the fix/6.x/default-connection-limit branch April 23, 2020 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants