On 04/07/2009 02:10 PM, [email protected] wrote: > Author: jfclere > Date: Tue Apr 7 12:10:57 2009 > New Revision: 762730 > > URL: http://svn.apache.org/viewvc?rev=762730&view=rev > Log: > Set keep_running and clean pool if not. > > Modified: > httpd/httpd/trunk/modules/cluster/mod_heartmonitor.c > > Modified: httpd/httpd/trunk/modules/cluster/mod_heartmonitor.c > URL: > http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/cluster/mod_heartmonitor.c?rev=762730&r1=762729&r2=762730&view=diff > ============================================================================== > --- httpd/httpd/trunk/modules/cluster/mod_heartmonitor.c (original) > +++ httpd/httpd/trunk/modules/cluster/mod_heartmonitor.c Tue Apr 7 12:10:57 > 2009 > @@ -317,6 +317,7 @@ > "Heartmonitor: Unable to listen for > connections!"); > } > else { > + ctx->keep_running = -1;
Why -1 and not 1? Regards RĂ¼diger
