| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
7.16.0 No tcp/ip syn action when using a proxy server
From: Stefan Krause <stefan.krause_at_gmx.net>
Date: Thu, 01 Feb 2007 21:14:40 +0100
Hi all,
I've got the problem with curl 7.16.0 multi interface running under
What settings do I have to use when using a proxy server for contacting
Thanks for your help,
kind regards
Stefan
The following settings I used in my program:
handle = curl_easy_init()
curl_easy_setopt(handle, CURLOPT_WRITEDATA, mpFileRxContentData);
// when NOT using the following proxy stuff it works
curl_easy_setopt(handle, CURLOPT_PROXYTYPE, CURLPROXY_HTTP );
// a simpler second alternative of settings I tried without success, the
curl_easy_setopt(handle, CURLOPT_PROXY, "aaa.bbb.ccc.ddd" ); //
curl_multi_add_handle(multihandle, handle);
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info