We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54af1d3 commit 1372598Copy full SHA for 1372598
dotnet/src/dotnetframework/GxClasses/Core/gxconfig.cs
@@ -1449,7 +1449,7 @@ internal static bool SingletonHttpClient()
1449
{
1450
if (singletonHttpClient == -1)
1451
1452
- if (Config.GetValueOrEnvironmentVarOf("SINGLETON_HTTPCLIENT", out string sValue) && int.TryParse(sValue, out int value))
+ if (Config.GetValueOrEnvironmentVarOf("HTTPCLIENT_SINGLETON", out string sValue) && int.TryParse(sValue, out int value))
1453
singletonHttpClient = value;
1454
else
1455
singletonHttpClient = 1;
0 commit comments