Emily Jackson wrote:
This happens with all HTTP URLs (the only ones I've tried). The
following is from a download that was deliberately stopped and then
resumed; wget clobbered the original file instead of resuming the
download.

1003 [EMAIL PROTECTED]/Desktop]: ~/bin/wget -d
"http://home.hiwaay.net/~emilyj/pictures/pilotcolor3.jpg"; DEBUG output
created by Wget 1.10+devel on darwin8.3.0.

in http_loop
in http_loop LOOP
--09:59:12--  http://home.hiwaay.net/~emilyj/pictures/pilotcolor3.jpg
in gethttp 1
in gethttp 2
in gethttp 3
Resolving home.hiwaay.net... 216.180.54.1
Caching home.hiwaay.net => 216.180.54.1
Connecting to home.hiwaay.net|216.180.54.1|:80... connected.
Created socket 4.
Releasing 0x00308a50 (new refcount 1).

---request begin---
GET /~emilyj/pictures/pilotcolor3.jpg HTTP/1.0
User-Agent: Wget/1.10+devel
Accept: */*
Host: home.hiwaay.net
Connection: Keep-Alive
From: Emily Jackson <>

---request end---
HTTP request sent, awaiting response... ---response begin---
HTTP/1.1 200 OK
Date: Thu, 01 Dec 2005 15:59:13 GMT
Server: Apache/1.3.26 (Unix) mod_ssl/2.8.10 OpenSSL/0.9.6c
Last-Modified: Tue, 06 Jul 1999 19:58:17 GMT
ETag: "8a57c-a0de-37825fd9"
Accept-Ranges: bytes
Content-Length: 41182
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: image/jpeg

---response end---
200 OK
in gethttp 4
in gethttp 5
Registered socket 4 for persistent reuse.
Length: 41182 (40K) [image/jpeg]

55% [=====================>                  ] 22,729      4.86K/s  eta
4s     ^C 1004 [EMAIL PROTECTED]/Desktop]: ~/bin/wget -cd
"http://home.hiwaay.net/~emilyj/pictures/pilotcolor3.jpg"; DEBUG output
created by Wget 1.10+devel on darwin8.3.0.

in http_loop
in http_loop LOOP
--09:59:35--  http://home.hiwaay.net/~emilyj/pictures/pilotcolor3.jpg
in gethttp 1
in gethttp 2
in gethttp 3
Resolving home.hiwaay.net... 216.180.54.1
Caching home.hiwaay.net => 216.180.54.1
Connecting to home.hiwaay.net|216.180.54.1|:80... connected.
Created socket 4.
Releasing 0x00308a50 (new refcount 1).

---request begin---
GET /~emilyj/pictures/pilotcolor3.jpg HTTP/1.0
User-Agent: Wget/1.10+devel
Accept: */*
Host: home.hiwaay.net
Connection: Keep-Alive
From: Emily Jackson <>

---request end---
HTTP request sent, awaiting response... ---response begin---
HTTP/1.1 200 OK
Date: Thu, 01 Dec 2005 15:59:36 GMT
Server: Apache/1.3.26 (Unix) mod_ssl/2.8.10 OpenSSL/0.9.6c
Last-Modified: Tue, 06 Jul 1999 19:58:17 GMT
ETag: "8a57c-a0de-37825fd9"
Accept-Ranges: bytes
Content-Length: 41182
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: image/jpeg

---response end---
200 OK
in gethttp 4
in gethttp 5
Registered socket 4 for persistent reuse.
Length: 41182 (40K) [image/jpeg]

100%[=======================================>] 41,182      5.04K/s   in
7.9s
09:59:44 (5.07 KB/s) - `pilotcolor3.jpg' saved [41182/41182]

For now, I'm going back to wget 1.10.2, which works as usual. [Mac OS X
10.4.3]

thank you for your report, emily. the last svn revision of wget introduced a significant refactoring of HTTP code, which i did to fix several recently reported bugs related to the -O option.

as i said in the last email i sent to the wget-patches ML, the new HTTP code was more than expected to have a few bugs.

in fact, at the moment i am writing new tests to help me bugfix the new HTTP code. fixing these bugs should not take more than a very few days.

--
Aequam memento rebus in arduis servare mentem...

Mauro Tortonesi                          http://www.tortonesi.com

University of Ferrara - Dept. of Eng.    http://www.ing.unife.it
GNU Wget - HTTP/FTP file retrieval tool  http://www.gnu.org/software/wget
Deep Space 6 - IPv6 for Linux            http://www.deepspace6.net
Ferrara Linux User Group                 http://www.ferrara.linux.it

Reply via email to