trunk patch: http://svn.apache.org/r1838937
2.4.x patch: svn merge -c
1838937 ^/httpd/httpd/trunk .
+1: jim, ylavic, minfrin
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1841266 13f79535-47bb-0310-9956-
ffa450edef68
-*- coding: utf-8 -*-
Changes with Apache 2.4.36
+ *) mod_proxy_hcheck: Fix issues with interval determination. PR 62318
+ [Jim Jagielski]
+
*) mod_proxy_hcheck: Fix issues with TCP health checks. PR 61499
[Dominik Stillhard <dominik.stillhard united-security-providers.ch>]
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
- *) mod_proxy_hcheck: Fix issues with interval determination. PR 62318
- trunk patch: http://svn.apache.org/r1838937
- 2.4.x patch: svn merge -c 1838937 ^/httpd/httpd/trunk .
- +1: jim, ylavic, minfrin
-
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
"%sHealth checking %s", (thread ? "Threaded " : ""),
worker->s->name);
+ worker->s->updated = now;
if (hc->s->method == TCP) {
rv = hc_check_tcp(baton);
}
}
}
}
- worker->s->updated = now;
apr_pool_destroy(baton->ptemp);
return NULL;
}