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 befbf85 commit 60ee82fCopy full SHA for 60ee82f
src/RestSharp/RestClient.cs
@@ -141,9 +141,7 @@ void ConfigureHttpMessageHandler(HttpClientHandler handler) {
141
handler.AllowAutoRedirect = Options.FollowRedirects;
142
143
if (handler.SupportsProxy)
144
- {
145
handler.Proxy = Options.Proxy;
146
- }
147
148
if (Options.RemoteCertificateValidationCallback != null)
149
handler.ServerCertificateCustomValidationCallback =
0 commit comments