Changeset 74379 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Sep 20, 2018 12:57:08 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 125198
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/http-curl.cpp
r74377 r74379 837 837 uProxyPort = 80; 838 838 } 839 #if CURL_AT_LEAST_VERSION(7,52,0) 839 #ifdef CURL_AT_LEAST_VERSION 840 # if CURL_AT_LEAST_VERSION(7,52,0) 840 841 else if (RTUriIsSchemeMatch(pszProxyUrl, "https")) 841 842 { … … 844 845 uProxyPort = 443; 845 846 } 847 # endif 846 848 #endif 847 849 else if ( RTUriIsSchemeMatch(pszProxyUrl, "socks4")
Note:
See TracChangeset
for help on using the changeset viewer.