content encoding: handle the case when the len is 0 in the chunked encoding.
commit0b363eb2457df73bf48b8842db35f5832a130705
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Sun, 17 Feb 2008 11:39:33 +0000 (17 12:39 +0100)
committerKalle Olavi Niemitalo <Kalle@Astalo.kon.iki.fi>
Sun, 17 Feb 2008 19:54:18 +0000 (17 21:54 +0200)
tree2d9515e4695f243c6b6404ec60601b6edea1c813
parentcfb2ef63d622eef0e605b1be03d29bfba18d45dc
content encoding: handle the case when the len is 0 in the chunked encoding.

We do not want to start decompression when the len is 0
with the chunked encoding.
src/protocol/http/http.c