- Timestamp:
- Jan 17, 2024 10:51:49 AM (9 months ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/http-curl.cpp
r102589 r102916 2080 2080 PRTHTTPINTERNAL pThis = hHttp; 2081 2081 RTHTTP_VALID_RETURN(pThis); 2082 AssertPtrReturn(pcszProxy, VERR_INVALID_PARAMETER);2083 2082 AssertReturn(!pThis->fBusy, VERR_WRONG_ORDER); 2084 2083 … … 2090 2089 */ 2091 2090 pThis->fUseSystemProxySettings = false; 2091 if (!pcszProxy) 2092 return rtHttpUpdateAutomaticProxyDisable(pThis); 2093 2092 2094 return rtHttpUpdateProxyConfig(pThis, CURLPROXY_HTTP, pcszProxy, uPort ? uPort : 1080, pcszProxyUser, pcszProxyPwd); 2093 2095 }
Note:
See TracChangeset
for help on using the changeset viewer.

