We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c763f7 commit 9b6043fCopy full SHA for 9b6043f
1 file changed
LibGit2Sharp/Core/ManagedHttpSmartSubtransport.cs
@@ -75,9 +75,6 @@ public ManagedHttpSmartSubtransportStream(ManagedHttpSmartSubtransport parent, s
75
EndpointUrl = new Uri(endpointUrl);
76
IsPost = isPost;
77
ContentType = contentType;
78
-
79
- //If we have any concurrency, this is a bad thing to do...
80
- httpClientHandler.ServerCertificateCustomValidationCallback = CertificateValidationProxy;
81
}
82
83
private HttpClient CreateHttpClient(HttpMessageHandler handler)
0 commit comments