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/03/21 17:32:05 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 #30006|0                           |1
        is obsolete|                            |

--- Comment #3 from Dominic Benson <do...@thirdlight.com> ---
Created attachment 30093
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30093&action=edit
Revised patch fixing a bug introduced in the previous update for 2.3.7

The previous updated patch against 2.3.7 had a bug that it could run into a
blocking read that would never return, owing to the bucket not being in the
brigade at the point at which the data was read.
This issue seems to only affect SSL at certain file sizes, but those are likely
only loosely related as issues.
This updated version restores the order so that the read is prior to the
removal from the original brigade, while still avoiding the issue when applying
the original patch (written for 2.3.6) against 2.3.7 that metadata buckets
would cause an infinite loop.

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