Project

General

Profile

Actions

Bug #2701

closed

lighttpd-1.4.32 always sends the first chunk in a continous loop.

Added by pradeep.labheswar over 8 years ago. Updated almost 8 years ago.

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

error.log (1.14 MB) error.log pradeep.labheswar, 2015-12-14 12:52

Related issues 1 (0 open1 closed)

Related to Feature #1824: Adding mod_deflate to 1.4.xx Fixed2008-11-18Actions
Actions #1

Updated by stbuehler over 8 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.

Actions #2

Updated by gstrauss almost 8 years ago

Actions #4

Updated by gstrauss almost 8 years ago

  • Category set to mod_deflate
Actions

Also available in: Atom