curl-library
Re: proxy?
From: Jean-Marc Desperrier <jmdesp_at_free.fr>
Date: Tue, 14 Jun 2005 09:28:54 +0200
Date: Tue, 14 Jun 2005 09:28:54 +0200
Michael Mastroianni wrote:
> I set my proxy as follows
>
> curl_easy_setopt ( curlHandle_ , CURLOPT_PROXY , proxy_ );
>
> curl_easy_setopt ( curlHandle_ , CURLOPT_PROXYPORT ,
> proxyPort_ );
>
> and then went on as usual. I got a bad pointer in
>
> CreateConnection in url.c on the last line of the following block.
>
Did you ensure the "proxy_" string has not bee freed by the time you
reach the call to
CreateConnection ?
Received on 2005-06-14