curl-library
Re: multi_threads
Date: Tue, 06 Dec 2005 13:15:46 -0700
Daniel Stenberg wrote:
> On Mon, 5 Dec 2005, Yi Li wrote:
>
>> sorry for the mistake. I just try to modify my code to the simple
>> sample code and made the mistake.
>
>
> Now, before we venture any further. Have you tried the most recent
> libcurl version to see if this problem is still present or not?
>
Hi, I have download the newest version: curl -V
curl 7.15.0 (i686-pc-Linux-gnu) libcurl/7.15.0 OpenSSL/0.9.7a zlib/1.1.4
Protocols: tftp ftp gopher telnet dict ldap http file https ftps
Features: IPv6 Largefile NTLM SSL libz
I still get fault.
> And you're not getting any HTTPS pages like this, right?
>
all my input urls are http:// and redirect is not allowed.
By the way, if I allow the redirect, then it possible get https. How can
I handle it in multiple threads and does anyone has sample code.
- text/x-c++ attachment: try.cc