The code on master branch is almost done. What's missing is this:
/**
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.