https://issues.apache.org/bugzilla/show_bug.cgi?id=40043


Nick Kew <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


--- Comment #1 from Nick Kew <[email protected]> 2009-08-29 20:47:33 PDT ---
It seems to me this can only manifest as a bug if ap_get_brigade returns too
much data, which would imply the real bug is in the filter doing that.  Hence,
no doubt, why it's been ignored for so long.

And since this is an API issue, you are always in a position to work around
that.
A trivial fix would be to insert a filter that buffers any remaining data if it
gets too much (I daresay that's pretty-much equivalent to your posted fix).

Marking WONTFIX because:
1. Hasn't been fixed, indicating lack of interest
2. Not really a bug, just a failure to compensate for bugs elsewhere
3. If it affects you, a workaround is always in your power

However, if you have real-life usage cases where this affects you, please tell
us!
It means there's a buggy input filter that needs fixing!

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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]

Reply via email to