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. Thanks all. -- Eric Covener [EMAIL PROTECTED]
