File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/libraries/System.Net.Http.WinHttpHandler/src/System/Net/Http Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public class WinHttpHandler : HttpMessageHandler
43
43
internal static readonly Version HttpVersion20 = new Version ( 2 , 0 ) ;
44
44
internal static readonly Version HttpVersion30 = new Version ( 3 , 0 ) ;
45
45
internal static readonly Version HttpVersionUnknown = new Version ( 0 , 0 ) ;
46
- internal static bool DefaultCertificateRevocationCheck { get ; } = false ;
46
+ internal static bool DefaultCertificateRevocationCheck { get ; }
47
47
48
48
internal static bool CertificateCachingAppContextSwitchEnabled { get ; } = AppContext . TryGetSwitch ( "System.Net.Http.UseWinHttpCertificateCaching" , out bool enabled ) && enabled ;
49
49
private static readonly TimeSpan s_maxTimeout = TimeSpan . FromMilliseconds ( int . MaxValue ) ;
You can’t perform that action at this time.
0 commit comments