On Mon, Dec 1, 2008 at 7:33 AM, Eric Covener <[EMAIL PROTECTED]> wrote:
> On Mon, Dec 1, 2008 at 6:44 AM, Nick Kew <[EMAIL PROTECTED]> wrote:
>>
>> On 1 Dec 2008, at 10:19, Ruediger Pluem wrote:
>>
>>>     if (eb) {
>>> -        ap_die(eb->status, r);
>>> +        int status;
>>> +
>>> +        status = eb->status;
>>> +        apr_brigade_cleanup(b);
>>> +        ap_die(status, r);
>>>         return AP_FILTER_ERROR;
>>>     }
>>
>> Good call.  +1 to that.
>
> I'll revisit this afternoon, add to the backport, and reset the voting.
>

Committed in r722081 with no change in perl framework.

-- 
Eric Covener
[EMAIL PROTECTED]

Reply via email to