Bug 920478 - RFE: wget doesn't support 206 partial content response
Summary: RFE: wget doesn't support 206 partial content response
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: wget
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Tomáš Hozza
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 607870
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-03-12 08:20 UTC by Tomáš Hozza
Modified: 2013-08-14 13:50 UTC (History)
2 users (show)

Fixed In Version:
Clone Of: 607870
Environment:
Last Closed: 2013-08-14 13:50:13 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
GNU Savannah 20416 0 None None None Never

Description Tomáš Hozza 2013-03-12 08:20:34 UTC
+++ This bug was initially created as a clone of Bug #607870 +++

Description of problem:

When using wget with a --header="Range: bytes=[number]-" header, wget doesn't recognize the 206 partial content response as valid and keeps retrying with:

HTTP request sent, awaiting response... 206 Partial Content
Retrying.


Version-Release number of selected component (if applicable):

GNU Wget 1.11.4 Red Hat modified

How reproducible:

Always.

Steps to Reproduce:
1. wget --header="Range: bytes=1-" http://www.redhat.com
2.
3.
  
Actual results:

--2010-06-24 22:44:27--  http://www.redhat.com/
Resolving www.redhat.com... 184.50.224.112
Connecting to www.redhat.com|184.50.224.112|:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Retrying.

--2010-06-24 22:44:28--  (try: 2)  http://www.redhat.com/
Connecting to www.redhat.com|184.50.224.112|:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Retrying.

--2010-06-24 22:44:30--  (try: 3)  http://www.redhat.com/
Connecting to www.redhat.com|184.50.224.112|:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Retrying.

Expected results:

--2010-06-24 22:44:02--  http://www.redhat.com/
Resolving www.redhat.com... 184.50.224.112
Connecting to www.redhat.com|184.50.224.112|:80... connected.
HTTP request sent, awaiting response... 206 OK
Length: 19546 (19K) [text/html]
Saving to: `index.html'

100%[===================================================================================================================================================================================================>] 19,546      --.-K/s   in 0.04s

2010-06-24 22:44:02 (537 KB/s) - `index.html' saved [19545/19546]

Additional info:

Seems to have broken after wget 1.9 and fixed with a feature addition

http://savannah.gnu.org/bugs/?func=detailitem&item_id=20416

Comment 1 Tomáš Hozza 2013-03-12 08:26:15 UTC
This is a RHEL6 Bug clone to keep track of this "issue". There needs
to be a wider discussion in the upstream about how this should be fixed.

Comment 2 Tomáš Hozza 2013-08-14 13:50:13 UTC
Since upstream is aware of this issue and because of uncertainty how to properly
solve issues arising with this feature it is highly unlikely it will be
implemented by Fedora maintainer.

Closing as UPSTREAM since there is no reason to keep this opened in Fedora.


Note You need to log in before you can comment on or make changes to this bug.