https://issues.apache.org/bugzilla/show_bug.cgi?id=55475
--- Comment #15 from Yann Ylavic <[email protected]> --- Created attachment 30852 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30852&action=edit Don't return success and an empty brigade in core_input_filter's getline Wow, in fact the core_output_filter returns SUCCESS with an empty brigade in GETLINE mode when the socket is closed, and so does the http input filter... My understanding of apache is/was that it should never happen (although sanity checks protect this case in several places). Anyway, the fix has to be in the core input filter (the attached patch), or in the http's one. My guess is that the first option is better (all the filters should benefit from that, if not broken by :p ). Otherwise, the http filter's patch follows. -- 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]
