Hi, While debugging I noted something in mod_watchdog.c https://github.com/apache/httpd/blob/trunk/modules/core/mod_watchdog.c#L115
Shouldn't we have a else { } with a apr_sleep()?
Basically the thread is looping there :-(
--
Cheers
Jean-Frederic
Hi, While debugging I noted something in mod_watchdog.c https://github.com/apache/httpd/blob/trunk/modules/core/mod_watchdog.c#L115
Shouldn't we have a else { } with a apr_sleep()?
Basically the thread is looping there :-(
--
Cheers
Jean-Frederic