[sr-dev] [kamailio] module http_client - support setting default http proxy (#541)

filiplx notifications at github.com
Fri Mar 11 09:47:32 CET 2016


The code on master branch is _almost_ done. What's missing is this:

/**
* functions.c
* curL_query_url() 
*/

    if (default_http_proxy != NULL) {
        res |= curl_easy_setopt(curl, CURLOPT_PROXY, default_http_proxy);
    }

    if (default_http_proxy_port > 0) {
        res |= curl_easy_setopt(curl, CURLOPT_PROXYPORT, default_http_proxy_port);
    }


---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/541
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20160311/6e3a0d2e/attachment-0001.html>


More information about the sr-dev mailing list