cURL / Mailing Lists / curl-users / Single Mail

curl-users

curl: (52) Empty reply from server

From: Tim Tassonis <timtas_at_cubic.ch>
Date: Mon, 24 Jan 2005 10:44:08 +0100

Hi List

I'm a long-term, devoted curl user (since 1998) and cannot live without curl anymore.

However since some weeks, whenever I try to access a http url, I get a

curl: (52) Empty reply from server

Example:

curl -v http://curl.haxx.se/

* About to connect() to curl.haxx.se port 80
* Trying 193.15.23.28... * connected
* Connected to curl.haxx.se (193.15.23.28) port 80
> GET / HTTP/1.1
User-Agent: curl/7.12.3 (i686-pc-linux-gnu) libcurl/7.12.3 OpenSSL/0.9.7e zlib/1.2.2
Host: curl.haxx.se
Pragma: no-cache
Accept: */*

* Empty reply from server
* Connection #0 to host curl.haxx.se left intact
curl: (52) Empty reply from server
* Closing connection #0

I'v got absolutely no idea what's wrong:

I'm running this on a Linux 2.6.10 and the most recent curl, compiled with gcc 3.3.5.

Any ideas, anybody?

Bye
Tim
Received on 2005-01-24