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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user