- Timestamp:
- Sep 3, 2018 4:51:29 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/http-curl.cpp
r74046 r74050 3163 3163 RTHTTP_VALID_RETURN(pThis); 3164 3164 3165 int rc = rtHttpConfigureProxyForUrl(pThis, pszUrl); 3166 if (RT_FAILURE(rc)) 3167 return rc; 3168 3165 3169 rcCurl = curl_easy_setopt(pThis->pCurl, CURLOPT_URL, pszUrl); 3166 3170 if (CURL_FAILURE(rcCurl))
Note:
See TracChangeset
for help on using the changeset viewer.