You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2009/08/30 05:47:38 UTC

DO NOT REPLY [Bug 40043] ap_get_client_block discards anything over specified buffer size and return 0 on a subsequent call

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


Nick Kew <ni...@webthing.com> changed:

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


--- Comment #1 from Nick Kew <ni...@webthing.com> 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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org