Closed NickGerleman closed 4 years ago
The property is propagated to CurlHandler which stores it as an instance variable but doesn't ever use it
My apologies, I only looked in the file where the property existed and forgot to look for partial classes.
Setting MaxConnectionsPerServer on an HttpClientHandler doesn't do anything on Unix systems. The property is propagated to CurlHandler which stores it as an instance variable but doesn't ever use it. This seems like an oversight since documentation for libcurl shows it can be set, and there is already piping to set related settings in CurlHandler.MultiAgent.cs.