trunk patch: http://svn.apache.org/r1840582
2.4.x patch: svn merge -c
1840582 ^/httpd/httpd/trunk .
+1: jim, ylavic, minfrin
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1841263 13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.4.35
+ *) mod_proxy_hcheck: Fix issues with TCP health checks. PR 61499
+ [Dominik Stillhard <dominik.stillhard united-security-providers.ch>]
+
*) mod_proxy_hcheck: take balancer's SSLProxy* directives into account.
[Jim Jagielski]
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- *) mod_proxy_hcheck: Fix issues with TCP health checks. PR 61499
- trunk patch: http://svn.apache.org/r1840582
- 2.4.x patch: svn merge -c 1840582 ^/httpd/httpd/trunk .
- +1: jim, ylavic, minfrin
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
status = hc_get_backend("HCTCP", &backend, hc, ctx, baton->ptemp);
if (status == OK) {
- backend->addr = hc->cp->addr;
status = ap_proxy_connect_backend("HCTCP", backend, hc, ctx->s);
/* does an unconditional ap_proxy_is_socket_connected() */
}