You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to enable TCP KeepAlive in System.Net.HttpClient. It is off by default, doesn't have its own option to turn it on, and the generic API that did this in Framework does nothing.
Unable to enable TCP KeepAlive in System.Net.HttpClient. It is off by default, doesn't have its own option to turn it on, and the generic API that did this in Framework does nothing.
https://github.com/dotnet/corefx/blob/a62579502cb9e86b761c2249d0d04af3d827b3a3/src/System.Net.ServicePoint/src/System/Net/ServicePointManager.cs#L214
We are currently discussing what ridiculously overweight thing to do about this.
The text was updated successfully, but these errors were encountered: