Bug#407526: wget: chunk support broken

2008-03-28 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Noèl Köthe wrote: >> 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

Bug#407526: wget: chunk support broken

2008-03-28 Thread Noèl Köthe
tags 407526 + moreinfo thanks Am Freitag, den 19.01.2007, 21:14 +1300 schrieb Jasen Betts: Hello Jasen, > 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 successfu

Bug#407526: wget: chunk support broken

2007-01-19 Thread Jasen Betts
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 bound