[BusyBox-cvs] busybox/networking wget.c,1.55,1.56

Glenn McGrath bug1 at busybox.net
Thu Aug 28 22:03:23 UTC 2003


Update of /var/cvs/busybox/networking
In directory winder:/tmp/cvs-serv17381/networking

Modified Files:
	wget.c 
Log Message:
"When the initial request by wget is responded by a 3XX redirect
response sent in chunked transfer encoding, the code path to
resubmit the request to the redirected URL forgets to reset
got_clen and chunked variables in the loop.  If the redirected
URL does not use chunked transfer encoding, this causes the code
that slurps the body of the response to incorrectly try to parse
out the chunk length which does not exist." - junkio@

----------------------------------------------------------------------





More information about the busybox-cvs mailing list