On Sat, Dec 6, 2014 at 3:44 PM, Eric Covener <cove...@gmail.com> wrote:
> On Sat, Dec 6, 2014 at 9:33 AM,  <yla...@apache.org> wrote:
>> +    else if (output_failed) {
>> +        ap_log_rerror(APLOG_MARK, APLOG_ERR, status, r, APLOGNO(02822)
>> +                      "dialog with client %pI failed",
>> +                      r->connection->client_addr);
>> +        if (rv == OK) {
>> +            rv = HTTP_BAD_REQUEST;
>> +        }
>> +    }
>
> From memory/spot-checking, I think this would make c->aborted errors
> noisier when they happen to be handled by proxy_ajp.

Agreed, fixed in r1643543.

Thanks,
Yann.

Reply via email to