From: Jim Jagielski Date: Mon, 17 Oct 2022 11:16:49 +0000 (+0000) Subject: catch by CJ X-Git-Tag: 2.5.0-alpha2-ci-test-only~210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34773b73433eaa3772d7a63aa3b80b81fe03bb0d;p=thirdparty%2Fapache%2Fhttpd.git catch by CJ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904642 13f79535-47bb-0310-9956-ffa450edef68 --- 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;