cURL / Mailing Lists / curl-users / Single Mail

curl-users

curl-7.18.2

From: Giovanni Funchal <gafunchal_at_gmail.com>
Date: Wed, 6 Aug 2008 14:37:27 +0200

Hi,

I'm experiencing some trouble with curl-7.18.2 compiled with gcc 4.3.1
on linux 2.4.21-47.ELsmp x86_64. I keep getting the message below:

~/curl-7.18.2/src $ ./curl -V
curl 7.18.2 (x86_64-unknown-linux-gnu) libcurl/7.18.2 OpenSSL/0.9.7a zlib/1.1.4
Protocols: tftp ftp telnet dict ldap http file https ftps
Features: Largefile NTLM SSL libz

~/curl-7.18.2/src $ ./curl -U user:pass -x http://proxy.com:8080
http://www.google.com --verbose
* About to connect() to proxy proxy.com port 8080 (#0)
* Connection time-out
* Closing connection #0
curl: (28) Connection time-out

In the same system, curl-7.18.1 works:

~/curl-7.18.1/src $ ./curl -V
curl 7.18.1 (x86_64-unknown-linux-gnu) libcurl/7.18.1 OpenSSL/0.9.7a zlib/1.1.4
Protocols: tftp ftp telnet dict ldap http file https ftps
Features: Largefile NTLM SSL libz

~/curl-7.18.1/src $ ./curl -U user:pass -x http://proxy.com:8080
http://www.google.com
<HTML><HEAD><meta http-equiv="content-type"
content="text/html;charset=utf-8"><TITLE>302
Moved</TITLE></HEAD><BODY><H1>302 Moved</H1>The document has moved <A
HREF="http://www.google.fr/">here</A>.</BODY></HTML>

I think something is wrong with curl-7.18.2. I tried to run the tests.
26 passed, only 3 failed and the other 415 tests were skipped. For
comparison, with curl-7.18.1 on the same system, 382 tests pass, one
test fail and 50 are skipped.

Best regards,
-- Giovanni
-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2008-08-06