Re: svn commit: r1831396 - /httpd/httpd/trunk/modules/proxy/mod_proxy_balancer.c

2018-05-12 Thread Yann Ylavic
BTW, an even simpler patch could be: Index: modules/proxy/mod_proxy_balancer.c === --- modules/proxy/mod_proxy_balancer.c(revision 1831396) +++ modules/proxy/mod_proxy_balancer.c(working copy) @@ -1886,25 +1886,12 @@ static vo

Re: svn commit: r1831396 - /httpd/httpd/trunk/modules/proxy/mod_proxy_balancer.c

2018-05-12 Thread Yann Ylavic
On Fri, May 11, 2018 at 5:34 PM, Jim Jagielski wrote: > > >> On May 11, 2018, at 5:44 AM, yla...@apache.org wrote: >> >> +rv = storage->attach(&conf->bslot, conf->id, &size, &num, p); >> if (!conf->bslot) { >> -ap_log_error(APLOG_MARK, APLOG_EMERG, 0, s, APL

Re: svn commit: r1831396 - /httpd/httpd/trunk/modules/proxy/mod_proxy_balancer.c

2018-05-11 Thread Jim Jagielski
> On May 11, 2018, at 5:44 AM, yla...@apache.org wrote: > > +rv = storage->attach(&conf->bslot, conf->id, &size, &num, p); > if (!conf->bslot) { > -ap_log_error(APLOG_MARK, APLOG_EMERG, 0, s, APLOGNO(01205) > "slotmem_attach failed"); > +a