Skip to content

Commit 37edd2e

Browse files
authored
Update src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs
1 parent 1674a1d commit 37edd2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http/WinHttpHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class WinHttpHandler : HttpMessageHandler
4343
internal static readonly Version HttpVersion20 = new Version(2, 0);
4444
internal static readonly Version HttpVersion30 = new Version(3, 0);
4545
internal static readonly Version HttpVersionUnknown = new Version(0, 0);
46-
internal static bool DefaultCertificateRevocationCheck { get; } = false;
46+
internal static bool DefaultCertificateRevocationCheck { get; }
4747

4848
internal static bool CertificateCachingAppContextSwitchEnabled { get; } = AppContext.TryGetSwitch("System.Net.Http.UseWinHttpCertificateCaching", out bool enabled) && enabled;
4949
private static readonly TimeSpan s_maxTimeout = TimeSpan.FromMilliseconds(int.MaxValue);

0 commit comments

Comments
 (0)