mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
fix or complain about some invalid errno references
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@882269 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1145,7 +1145,7 @@ skip_body:
|
||||
}
|
||||
|
||||
if (rv != OK) {
|
||||
/* apr_errno value has been logged in lower level method */
|
||||
/* apr_status_t value has been logged in lower level method */
|
||||
ap_log_error(APLOG_MARK, APLOG_ERR, 0, r->server,
|
||||
"proxy: pass request body failed to %pI (%s)"
|
||||
" from %s (%s)",
|
||||
|
Reference in New Issue
Block a user