Log aborted client connections with level DEBUG only (no more noise than other proxy modules).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1643543 13f79535-47bb-0310-9956-
ffa450edef68
}
}
else if (output_failed) {
- ap_log_rerror(APLOG_MARK, APLOG_ERR, status, r, APLOGNO(02822)
+ int level = (r->connection->aborted) ? APLOG_DEBUG : APLOG_ERR;
+ ap_log_rerror(APLOG_MARK, level, status, r, APLOGNO(02822)
"dialog with client %pI failed",
r->connection->client_addr);
if (rv == OK) {