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.
The plan to address this is to expose one or more delegates/interfaces to let you configure the socket employed by SocketsHttpHandler or to replace the stream entirely. That's tracked by https://github.com/dotnet/corefx/issues/35404.
cc: @scalablecory
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: