Hi,
Kumar Appaiah wrote:
uscan debug: requesting URL http://download.dajobe.org/flickcurl/
uscan debug: received content:
[gzipped content][End of received content]
[...]
Another observation is this:
<shell>
[EMAIL PROTECTED] ~/temp] export http_proxy="..."
[EMAIL PROTECTED] ~/temp] wget http://download.dajobe.org/flickcurl/ -O
index.html
[...]
[EMAIL PROTECTED] ~/temp] file index.html
index.html: gzip compressed data, from Unix
</shell>
And sure enough, gunzipping the output index.html shows the right
contents.
The fact that wget is displaying the same behaviour as uscan does seem to
suggest that the issue is configuration related rather than a bug in uscan.
Are you able to try the download without going through the proxy?
For the record, this is what I get (amd64 sid, although the result is the
same on i386):
[EMAIL PROTECTED]:~/tmp$ wget -S http://download.dajobe.org/flickcurl/
--16:32:25-- http://download.dajobe.org/flickcurl/
=> `index.html'
Resolving download.dajobe.org... 205.196.214.168
Connecting to download.dajobe.org|205.196.214.168|:80... connected.
HTTP request sent, awaiting response...
HTTP/1.1 200 OK
Date: Thu, 09 Aug 2007 15:32:09 GMT
Server: Apache/1.3.37 (Unix) mod_throttle/3.1.2 DAV/1.0.3
mod_fastcgi/2.4.2 mod_gzip/1.3.26.1a PHP/4.4.7 mod_ssl/2.8.22 OpenSSL/0.9.7e
Connection: close
Content-Type: text/html
Length: unspecified [text/html]
[ <=> ] 2,303 --.--K/s
16:32:26 (182.16 MB/s) - `index.html' saved [2303]
[EMAIL PROTECTED]:~/tmp$ file index.html
index.html: HTML document text
[EMAIL PROTECTED]:~/tmp$ head index.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Flickcurl Downloads</title>
<link rel="stylesheet" href="style.css" type="text/css" title="Default
Style" />
</head>
<body>
Regards,
Adam
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]