Does HttpClient use the same ServicePoint Connection Limit as HttpWebRequest?
Thanks
The answer is not complete. It depends on implementation. In .net core ServicePointManager.DefaultConnectionLimit setting is not used, HttpClientHandler.MaxConnectionsPerServer should be used instead.
https://blogs.msdn.microsoft.com/timomta/2017/10/23/controlling-the-number-of-outgoing-connections-from-httpclient-net-core-or-full-framework/
1.4m articles
1.4m replys
5 comments
57.0k users