Loading STATUS +0 −6 Original line number Diff line number Diff line Loading @@ -112,12 +112,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] *) proxy_util: Add missing APLOGNO()s from r1732266 (already backported to 2.4.x/19) trunk patch: http://svn.apache.org/r1732954 2.4.x patch: trunk works (modulo docs/log-message-tags) +1: ylavic, icing, jim *) core: Add missing APLOGNO() from r1729495 (somehow r1725395 was backported in r1729495 but without this "server/core.c" change) trunk patch: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/core.c?r1=1725395&r2=1725394&pathrev=1725395&view=patch Loading modules/proxy/proxy_util.c +3 −3 Original line number Diff line number Diff line Loading @@ -3699,7 +3699,7 @@ PROXY_DECLARE(apr_status_t) ap_proxy_transfer_between_connections( #ifdef DEBUGGING len = -1; apr_brigade_length(bb_i, 0, &len); ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO() ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(03306) "ap_proxy_transfer_between_connections: " "read %" APR_OFF_T_FMT " bytes from %s", len, name); Loading @@ -3726,13 +3726,13 @@ PROXY_DECLARE(apr_status_t) ap_proxy_transfer_between_connections( } rv = ap_pass_brigade(c_o->output_filters, bb_o); if (rv != APR_SUCCESS) { ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, r, APLOGNO() ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, r, APLOGNO(03307) "ap_proxy_transfer_between_connections: " "error on %s - ap_pass_brigade", name); } } else if (!APR_STATUS_IS_EAGAIN(rv) && !APR_STATUS_IS_EOF(rv)) { ap_log_rerror(APLOG_MARK, APLOG_DEBUG, rv, r, APLOGNO() ap_log_rerror(APLOG_MARK, APLOG_DEBUG, rv, r, APLOGNO(03308) "ap_proxy_transfer_between_connections: " "error on %s - ap_get_brigade", name); Loading Loading
STATUS +0 −6 Original line number Diff line number Diff line Loading @@ -112,12 +112,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] *) proxy_util: Add missing APLOGNO()s from r1732266 (already backported to 2.4.x/19) trunk patch: http://svn.apache.org/r1732954 2.4.x patch: trunk works (modulo docs/log-message-tags) +1: ylavic, icing, jim *) core: Add missing APLOGNO() from r1729495 (somehow r1725395 was backported in r1729495 but without this "server/core.c" change) trunk patch: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/core.c?r1=1725395&r2=1725394&pathrev=1725395&view=patch Loading
modules/proxy/proxy_util.c +3 −3 Original line number Diff line number Diff line Loading @@ -3699,7 +3699,7 @@ PROXY_DECLARE(apr_status_t) ap_proxy_transfer_between_connections( #ifdef DEBUGGING len = -1; apr_brigade_length(bb_i, 0, &len); ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO() ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(03306) "ap_proxy_transfer_between_connections: " "read %" APR_OFF_T_FMT " bytes from %s", len, name); Loading @@ -3726,13 +3726,13 @@ PROXY_DECLARE(apr_status_t) ap_proxy_transfer_between_connections( } rv = ap_pass_brigade(c_o->output_filters, bb_o); if (rv != APR_SUCCESS) { ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, r, APLOGNO() ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, r, APLOGNO(03307) "ap_proxy_transfer_between_connections: " "error on %s - ap_pass_brigade", name); } } else if (!APR_STATUS_IS_EAGAIN(rv) && !APR_STATUS_IS_EOF(rv)) { ap_log_rerror(APLOG_MARK, APLOG_DEBUG, rv, r, APLOGNO() ap_log_rerror(APLOG_MARK, APLOG_DEBUG, rv, r, APLOGNO(03308) "ap_proxy_transfer_between_connections: " "error on %s - ap_get_brigade", name); Loading