summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2022-10-17 11:16:49 +0000
committerJim Jagielski <jim@apache.org>2022-10-17 11:16:49 +0000
commit34773b73433eaa3772d7a63aa3b80b81fe03bb0d (patch)
tree6e43adb0b47d03921fe59b4e2192bf99896a504d /modules
parentf02c7a9b8ac443daafac8e7be5828b4010fb46d8 (diff)
downloadhttpd-34773b73433eaa3772d7a63aa3b80b81fe03bb0d.tar.gz
catch by CJ
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904642 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules')
-rw-r--r--modules/proxy/mod_proxy_hcheck.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/proxy/mod_proxy_hcheck.c b/modules/proxy/mod_proxy_hcheck.c
index b99f3c1ae3..eb3c713bf9 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;