cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re[5]: SOCKS proxy problem

From: Dmitriy Sergeyev <dsergeyev_at_issart.com>
Date: Sat, 23 Sep 2006 20:31:40 +0700

Hello Daniel,

> And attached here is my take at editing your patch into being more curl-style
> and fixing the return code situation previously mentioned. Can you just verify
> that it seems to work?
Yes, all seems to work OK.

>> And a small fix:
>> I think "#include <ca-bundle.h>" in url.c need to be IFDEF'ed like this:
>> #ifdef CURL_CA_BUNDLE
>> #include <ca-bundle.h>
>> #endif
> Nope, it really shouldn't. Why would that be needed? The actual CURL_CA_BUNDLE
> define is done within that header file so it seems weird to include it based
> on the define within it...
Uh... my mistake. :( CVS repository doesn't contain 'ca-bundle.h' and it
has confused me. I've decided that is non-curl header.

-- 
Best regards,
 Dmitriy                            mailto:dsergeyev_at_issart.com
Received on 2006-09-23