VirtualBox

Changeset 85646 in vbox for trunk/src/VBox/Runtime/generic


Ignore:
Timestamp:
Aug 7, 2020 7:13:51 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139766
Message:

IPRT/http-curl.cpp: when disabling proxies in rtHttpUpdateAutomaticProxyDisable() also ignore proxy-related environment variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/http-curl.cpp

    r85162 r85646  
    708708    }
    709709
    710     AssertReturn(curl_easy_setopt(pThis->pCurl, CURLOPT_PROXY,         (const char *)NULL) == CURLE_OK, VERR_INTERNAL_ERROR_2);
     710    AssertReturn(curl_easy_setopt(pThis->pCurl, CURLOPT_PROXY, "") == CURLE_OK, VERR_INTERNAL_ERROR_2);
    711711    if (pThis->pszProxyHost)
    712712    {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette