In addition adjust the log message if the client aborted the connection.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@911466
13f79535-47bb-0310-9956-
ffa450edef68
if (ap_pass_brigade(r->output_filters,
output_brigade) != APR_SUCCESS) {
ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r,
- "proxy: error processing body");
+ "proxy: error processing body.%s",
+ r->connection->aborted ?
+ " Client aborted connection." : "");
output_failed = 1;
}
data_sent = 1;
conn->close++;
output_failed = 0;
result = CMD_AJP13_END_RESPONSE;
+ request_ended = 1;
}
/*