We are no longer pre-grabbing.
Reviewed/backported by: jim
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1502196 13f79535-47bb-0310-9956-
ffa450edef68
2.4.x patch: trunk patch works
+1: jailletc36, jj, druggeri
- * mod_proxy_balancer: We are no-longer using PREGRAB.
- trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1501399
- 2.4.x patch: trunk patch works
- +1: jim, druggeri, wrowe
-
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
continue;
}
if (conf->bal_persist) {
- type = AP_SLOTMEM_TYPE_PREGRAB | AP_SLOTMEM_TYPE_PERSIST;
+ type = AP_SLOTMEM_TYPE_PERSIST;
} else {
- type = AP_SLOTMEM_TYPE_PREGRAB;
+ type = 0;
}
if (conf->balancers->nelts) {
conf->max_balancers = conf->balancers->nelts + conf->bgrowth;