benkuly
11/09/2024, 12:44 PMHttpClientEngine
for each new HttpClient
instead of sharing one single engine? I guess that would mean, that the HttpClientEngine
would never be closed after first usage. But I would argue, that the impact for a developer is much larger, when creating many `HttpClient`s without knowing to share a HttpClientEngine
. If it is done automatically, the impact would be negligiable.rebok
11/09/2024, 1:23 PMAleksei Tirman [JB]
11/11/2024, 8:10 AMI guess that would mean, that theWhat do you mean by that?would never be closed after first usageHttpClientEngine
benkuly
11/11/2024, 11:29 AMHttpClient
, but why bother the user with that and not share the engine by default?Aleksei Tirman [JB]
11/11/2024, 12:03 PMbenkuly
11/11/2024, 12:09 PM