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 2013/02/28 23:11:38 UTC

[Bug 51747] mod_fcgid loads entire request into memory while passing to FCGI backend

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

Dominic Benson <do...@thirdlight.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #27448|0                           |1
        is obsolete|                            |

--- Comment #2 from Dominic Benson <do...@thirdlight.com> ---
Created attachment 30006
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30006&action=edit
Updated patch against 2.3.7

The original patch doesn't apply correctly against 2.3.7, as the addition of:

if (APR_BUCKET_IS_METADATA(e)) {
            continue;
        }

causes an infinite loop (the APR_BUCKET_REMOVE hadn't happened at that point).
This patch corrects this; now the APR_BUCKET_REMOVE is the first action in the
loop, so it ought to be more robust against future changes.

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