Bug 39854 - INFLATE output filter chokes on flush buckets
Summary: INFLATE output filter chokes on flush buckets
Status: RESOLVED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_deflate (show other bugs)
Version: 2.5-HEAD
Hardware: HP Linux
: P2 major (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL: http://marc.theaimsgroup.com/?l=apach...
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2006-06-21 23:12 UTC by Nick Kew
Modified: 2006-12-19 13:47 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Kew 2006-06-21 23:12:29 UTC
There's a chunk of bogus code in the inflate output filter: I think it was 
originally cut&paste (by me) from the inflate input filter.  Since 2.2 we're 
getting flush buckets in real life, and they're tickling the bug causing it to 
die with "Inflate error -5 on flush".

The apache-modules post I've referenced explains it.
Comment 1 Nick Kew 2006-06-21 23:16:39 UTC
Fixed in trunk: revision 416165
Comment 2 Ruediger Pluem 2006-08-28 11:51:29 UTC
Proposed a patch for backport as r437674
(http://svn.apache.org/viewvc?rev=437674&view=rev).
Comment 3 Ruediger Pluem 2006-12-19 13:47:18 UTC
Backported to 2.2.x as r488817 (http://svn.apache.org/viewvc?rev=488817&view=rev).