cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: "pull" aspect of multi interface not quite working properly

From: Allen Pulsifer <pulsifer3_at_comcast.net>
Date: Fri, 22 Jun 2007 12:21:29 -0400

> > while (easy->easy_handle->change.url_changed);
> >
> > while (0);

> This was added to make libcurl properly deal with the (very
> rare) situation
> when you get the new URL during the SSL handshake and the
> remote cert would
> indicate the page to get.

I should also mention that the only place in libcurl I could find where
change.url_changed is set to true is when the application calls
curl_easy_setopt(CURLOPT_URL). I can't see find any where that this is
function called internally. It therefore looks to me like
change.url_changed can only become true if the application itself calls
curl_easy_setopt(CURLOPT_URL).
Received on 2007-06-22