]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
catch by CJ
authorJim Jagielski <jim@apache.org>
Mon, 17 Oct 2022 11:16:49 +0000 (11:16 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 17 Oct 2022 11:16:49 +0000 (11:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1904642 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_hcheck.c

index b99f3c1ae3041b8ee22cdc012c9cb91e941e27ef..eb3c713bf96f7237388e4a89b3c00d9f107679cb 100644 (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;