"When the initial request by wget is responded by a 3XX redirect
authorGlenn L McGrath <bug1@ihug.co.nz>
Thu, 28 Aug 2003 22:03:19 +0000 (22:03 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Thu, 28 Aug 2003 22:03:19 +0000 (22:03 -0000)
commite7bdfccb3f1bae2159f14f65be90e6966c21c725
tree47238b16fe64a7d0b3ed79e082ad35f9358ac2c4
parent83e4a5bccf3b06f9b2cbd708d48d1ea0602297c6
"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@

----------------------------------------------------------------------
networking/wget.c