Actions
Bug #2701
closedlighttpd-1.4.32 always sends the first chunk in a continous loop.
Status:
Invalid
Priority:
Normal
Category:
mod_deflate
Target version:
-
ASK QUESTIONS IN Forums:
Description
Hi,
In lighttpd-1.4.32 there's a major bug where when the client sends with accept-encoding: gzip, deflate.
lighttpd sends the payload in chunks (Transfer-Encoding: chunked).
But instead lighttpd is sending only the first chunk always causing it to a continous loop.
Right now there's a work around with deflate.work-block-size: 0 which forces lighttpd to send the payload at once.
Please check the attached log. For reference.
Regards,
LabheswarPradeep
Files
Updated by stbuehler almost 9 years ago
- Category deleted (
mod_deflate) - Status changed from New to Invalid
- Assignee deleted (
darix)
There is no mod_deflate in our 1.4.x branch.
Updated by gstrauss over 8 years ago
- Related to Feature #1824: Adding mod_deflate to 1.4.xx added
Updated by gstrauss over 8 years ago
Actions
Also available in: Atom