Changeset 106660 in vbox
- Timestamp:
- Oct 24, 2024 12:58:33 PM (6 months ago)
- svn:sync-xref-src-repo-rev:
- 165508
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/http-curl.cpp
r106061 r106660 939 939 if (!pszUrl || !*pszUrl) 940 940 return RTHttpUseSystemProxySettings(pThis); 941 942 pThis->fUseSystemProxySettings = false; 943 941 944 if (RTStrNICmpAscii(pszUrl, RT_STR_TUPLE("direct://")) == 0) 942 945 return rtHttpUpdateAutomaticProxyDisable(pThis);
Note:
See TracChangeset
for help on using the changeset viewer.