From c7c68752c8856a73dad940e058ed9e2737bf9d10 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Wed, 1 Aug 2018 11:27:28 +0000 Subject: Fix PR54848 in a 2.4.x backportable format. Ideally deprecating the use of ->client in whatever version of 2.4 this is added into would be more logical. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1837225 13f79535-47bb-0310-9956-ffa450edef68 --- modules/generators/mod_status.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/generators') diff --git a/modules/generators/mod_status.c b/modules/generators/mod_status.c index 12801f94ce..3b89350321 100644 --- a/modules/generators/mod_status.c +++ b/modules/generators/mod_status.c @@ -801,7 +801,7 @@ static int status_handler(request_rec *r) ap_rprintf(r, " %s {%s} (%s) [%s]
\n\n", ap_escape_html(r->pool, - ws_record->client), + ws_record->client64), ap_escape_html(r->pool, ap_escape_logitem(r->pool, ws_record->request)), @@ -888,7 +888,7 @@ static int status_handler(request_rec *r) ap_rprintf(r, "%s%s%s" "%s\n\n", ap_escape_html(r->pool, - ws_record->client), + ws_record->client64), ap_escape_html(r->pool, ws_record->protocol), ap_escape_html(r->pool, -- cgit v1.2.3