From 34773b73433eaa3772d7a63aa3b80b81fe03bb0d Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Mon, 17 Oct 2022 11:16:49 +0000 Subject: [PATCH] catch by CJ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904642 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/mod_proxy_hcheck.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/proxy/mod_proxy_hcheck.c b/modules/proxy/mod_proxy_hcheck.c index b99f3c1ae30..eb3c713bf96 100644 --- a/modules/proxy/mod_proxy_hcheck.c +++ b/modules/proxy/mod_proxy_hcheck.c @@ -463,10 +463,11 @@ static void create_hcheck_req(wctx_t *wctx, proxy_worker *hc, "%s %s%s%s %s\r\n" "Host: %s:%d\r\n" "\r\n", - method, protocol, + method, (wctx->path ? wctx->path : ""), (wctx->path && *hc->s->hcuri ? "/" : "" ), (*hc->s->hcuri ? hc->s->hcuri : ""), + protocol, hc->s->hostname_ex, (int)hc->s->port); break; -- 2.47.2