VirtualBox

Changeset 106660 in vbox


Ignore:
Timestamp:
Oct 24, 2024 12:58:33 PM (6 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165508
Message:

IPRT/http-curl: In RTHttpSetProxyByUrl() disable curl's use of the
system proxy when a manual proxy URL has been supplied. bugref:10793

File:
1 edited

Legend:

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

    r106061 r106660  
    939939    if (!pszUrl || !*pszUrl)
    940940        return RTHttpUseSystemProxySettings(pThis);
     941
     942    pThis->fUseSystemProxySettings = false;
     943
    941944    if (RTStrNICmpAscii(pszUrl, RT_STR_TUPLE("direct://")) == 0)
    942945        return rtHttpUpdateAutomaticProxyDisable(pThis);
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