Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 63c75d0

Browse files
authored
Update environment variable used for Http.StressEnabled
1 parent 7ff6231 commit 63c75d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/tests/System/Net/Configuration.Http.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static partial class Http
2626

2727
public static string DomainJoinedProxyPort => GetValue("COREFX_DOMAINJOINED_PROXYPORT");
2828

29-
public static bool StressEnabled => GetValue("COREFX_STRESS_HTTP", "0") == "1";
29+
public static bool StressEnabled => GetValue("COREFX_STRESS", "0") == "1";
3030

3131
public static string SSLv2RemoteServer => GetValue("COREFX_HTTPHOST_SSL2", "https://www.ssllabs.com:10200/");
3232
public static string SSLv3RemoteServer => GetValue("COREFX_HTTPHOST_SSL3", "https://www.ssllabs.com:10300/");

0 commit comments

Comments
 (0)