curl-library
Re[4]: SOCKS proxy problem
From: Dmitriy Sergeyev <dsergeyev_at_issart.com>
Date: Sat, 23 Sep 2006 13:57:25 +0700
Received on 2006-09-23
Date: Sat, 23 Sep 2006 13:57:25 +0700
Hello Daniel,
Here is my changes relative to SOCKS proxy connection.
Regarding timeouts. I really hesitated about using conn->created in
Curl_read_all(), may be something else must be stated here?
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
-- Best regards, Dmitriy mailto:dsergeyev_at_issart.com
- APPLICATION/OCTET-STREAM attachment: curl.patch
- TEXT/PLAIN attachment: socks.h
- TEXT/PLAIN attachment: socks.c