https://issues.apache.org/bugzilla/show_bug.cgi?id=55468
--- Comment #6 from Glen Miner <[email protected]> --- I'm sorry if I'm naive but the one thing that jumps out at me in mod_deflate.c between 2.4.4 and 2.4.6 is that it now calls ap_remove_input_filter (line 1024) on EOS (previously it just break out of the loop). IE: the comment here seems to imply that left-over data may not be processed? /* If we are about to return nothing for a 'blocking' read and we have * some data in our zlib buffer, flush it out so we can return something. */ I'm just fumbling in the dark here -- I hope it helps. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
