1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

catch by CJ

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904642 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Jagielski
2022-10-17 11:16:49 +00:00
parent f02c7a9b8a
commit 34773b7343

View File

@@ -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;