Bug 39854

Summary: INFLATE output filter chokes on flush buckets
Product: Apache httpd-2 Reporter: Nick Kew <nick>
Component: mod_deflateAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: RESOLVED FIXED    
Severity: major Keywords: PatchAvailable
Priority: P2    
Version: 2.5-HEAD   
Target Milestone: ---   
Hardware: HP   
OS: Linux   
URL: http://marc.theaimsgroup.com/?l=apache-modules&m=115070692213630&w=2

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).