VirtualBox

Changeset 74050 in vbox for trunk/src


Ignore:
Timestamp:
Sep 3, 2018 4:51:29 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/http: RTHttpRawSetUrl - configure proxy for url. This is
currently an overkill as it will re-read proxy information.

File:
1 edited

Legend:

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

    r74046 r74050  
    31633163    RTHTTP_VALID_RETURN(pThis);
    31643164
     3165    int rc = rtHttpConfigureProxyForUrl(pThis, pszUrl);
     3166    if (RT_FAILURE(rc))
     3167        return rc;
     3168
    31653169    rcCurl = curl_easy_setopt(pThis->pCurl, CURLOPT_URL, pszUrl);
    31663170    if (CURL_FAILURE(rcCurl))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette