Your message dated Fri, 09 Apr 2010 23:43:04 +0200
with message-id <1270849384.5700.371.ca...@localhost>
and subject line Re: Bug#407526: wget: chunk support broken
has caused the Debian Bug report #407526,
regarding wget: chunk support broken
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
407526: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=407526
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wget
Version: 1.9.1-12
Severity: normal


what I did was capture a HTTP response using netcat and then feed it to wget
using netcat....

cat capture | nc -lp 8083 &
wget http://localhost:8083/foo

netcat didn't successfuly see the end of the file. - I think it may be
relying on chunk boundaries being aligned with packet boundaries.

the response I was sending looked like this... (data part abbreviated)

HTTP/1.1 200 OK
Date: Thu, 18 Jan 2007 19:42:57 GMT
Server: Apache Webserver
X-Powered-By: PHP/4.4.4
Connection: close
Transfer-Encoding: chunked
Content-Type: image/png

1d   
<<0x1d data bytes>>
4   
abcd
4   
abcd
1000
<<0x1000 data bytes>>
6   
etc...
0

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.13.2jb2JB1
Locale: LANG=en_NZ, LC_CTYPE=en_NZ (charmap=ISO-8859-1)

Versions of packages wget depends on:
ii  libc6                 2.3.2.ds1-22sarge4 GNU C Library: Shared libraries an
ii  libssl0.9.7           0.9.7e-3sarge4     SSL shared libraries

-- no debconf information


--- End Message ---
--- Begin Message ---
tags 407526 - moreinfo
thanks

Hello,

Am Freitag, den 28.03.2008, 14:10 -0700 schrieb Micah Cowan:

> > Can you reproduce this with newer wget versions (latest is 1.11.1 or
> > with 1.10)?
> 
> Wget has zero support for chunked transfer encodings (and therefore, for
> HTTP/1.1). It will only ever send HTTP/1.0 requests, which means that a
> HTTP/1.1 response is illegal (as is the chunked encoding).

as described this is not a bug because wget don't send HTTP/1.1
requests.

-- 
Noèl Köthe <noel debian.org>
Debian GNU/Linux, www.debian.org

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


--- End Message ---

Reply via email to