CURLOPT_PROXY: IPv6 address without port · Issue #415...
The following code doesn't work: curl_easy_setopt(easy_handle, CURLOPT_PROXY, "2a00:fac0:a000::7:13"); curl_easy_setopt(easy_handle, CURLOPT_PROXYPORT, 8080L); url.c:parse_proxy sets the proxy name to "2a00" and overrides the port with 0...