bugGNU Wget - Bugs: bug #34376, --continue stopped working

 
 

bug #34376: --continue stopped working

Submitter:  None
Submitted:  Sat 24 Sep 2011 10:14:46 AM UTC
   
 
Category:  Program Logic Severity:  3 - Normal
Priority:  5 - Normal Status:  None
Privacy:  Public Assigned to:  None
Originator Name:  Holle Anyo Originator Email:  -email is unavailable-
Open/Closed:  Open Release:  1.13.4
Operating System:  *BSD Reproducibility:  Every Time
Fixed Release:  None Planned Release:  None
Regression:  Yes Work Required:  None
Patch Included:  No
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 24 Sep 2011 10:14:46 AM UTC, original submission:  

$ wget --version
GNU Wget 1.13.4 built on freebsd8.2.

+digest +https +ipv6 +iri +large-file -nls +ntlm +opie +ssl/openssl

Wgetrc:
    /usr/local/etc/wgetrc (system)
Compile: cc -DHAVE_CONFIG_H -DSYSTEM_WGETRC="/usr/local/etc/wgetrc"
    -DLOCALEDIR="/usr/local/share/locale" -I. -I../lib -I../lib
    -I/usr/include -D_THREAD_SAFE -I/usr/local/include
    -I/usr/local/include -O2 -pipe -fno-omit-frame-pointer
    -fno-strict-aliasing
Link: cc -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing
    -rpath=/usr/lib:/usr/local/lib -L/usr/lib -L/usr/local/lib
    /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib
    /usr/lib/libssl.so /usr/lib/libcrypto.so /usr/lib/libz.so -lz -lidn
    ftp-opie.o openssl.o http-ntlm.o ../lib/libgnu.a

Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://www.gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Originally written by Hrvoje Niksic <hniksic@xemacs.org>.
Please send bug reports and questions to <bug-wget@gnu.org>.

Note the absence of a range request with -c but no -N

$ wget -q --limit-rate=1M http://localhost:8080/foo.bin
^C


$ wget --debug --continue -q --limit-rate=1M http://localhost:8080/foo.bin
Setting --continue (continue) to 1
Setting --quiet (quiet) to 1
Setting --limit-rate (limitrate) to 1M
DEBUG output created by Wget 1.13.4 on freebsd8.2.

URI encoding = `US-ASCII'
Caching localhost => 127.0.0.1 ::1
Created socket 3.
Releasing 0x0000000801204100 (new refcount 1).

---request begin---
GET /foo.bin HTTP/1.1
User-Agent: Wget/1.13.4 (freebsd8.2)
Accept: /
Host: localhost:8080
Connection: Keep-Alive

---request end---

---response begin---
HTTP/1.1 200 OK
Server: nginx/1.0.6
Date: Sat, 24 Sep 2011 10:03:05 GMT
Content-Type: application/octet-stream
Content-Length: 183471464
Last-Modified: Sat, 24 Sep 2011 09:41:19 GMT
Connection: keep-alive
Accept-Ranges: bytes

---response end---
^C

$ wget --debug --continue --timestamping -q --limit-rate=1M http://localhost:8080/foo.bin
Setting --continue (continue) to 1
Setting --timestamping (timestamping) to 1
Setting --quiet (quiet) to 1
Setting --limit-rate (limitrate) to 1M
DEBUG output created by Wget 1.13.4 on freebsd8.2.

URI encoding = `US-ASCII'
Caching localhost => 127.0.0.1 ::1
Created socket 3.
Releasing 0x0000000801204100 (new refcount 1).

---request begin---
HEAD /foo.bin HTTP/1.1
User-Agent: Wget/1.13.4 (freebsd8.2)
Accept: /
Host: localhost:8080
Connection: Keep-Alive

---request end---

---response begin---
HTTP/1.1 200 OK
Server: nginx/1.0.6
Date: Sat, 24 Sep 2011 10:03:28 GMT
Content-Type: application/octet-stream
Content-Length: 183471464
Last-Modified: Sat, 24 Sep 2011 09:41:19 GMT
Connection: keep-alive
Accept-Ranges: bytes

---response end---
Registered socket 3 for persistent reuse.
Reusing fd 3.

---request begin---
GET /foo.bin HTTP/1.1
Range: bytes=1879828-
User-Agent: Wget/1.13.4 (freebsd8.2)
Accept: /
Host: localhost:8080
Connection: Keep-Alive

---request end---

---response begin---
HTTP/1.1 206 Partial Content
Server: nginx/1.0.6
Date: Sat, 24 Sep 2011 10:03:28 GMT
Content-Type: application/octet-stream
Content-Length: 181591636
Last-Modified: Sat, 24 Sep 2011 09:41:19 GMT
Connection: keep-alive
Content-Range: bytes 1879828-183471463/183471464

---response end---
^C

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by None (Submitted the item)
  •  

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code