View | Details | Raw Unified | Return to bug 39275
Collapse All | Expand All

(-)server/mpm/worker/worker.c.orig (-1 / +1 lines)
Lines 1376-1382 Link Here
1376
             * So we hopefully won't need to fork more if we count it.
1376
             * So we hopefully won't need to fork more if we count it.
1377
             * This depends on the ordering of SERVER_READY and SERVER_STARTING.
1377
             * This depends on the ordering of SERVER_READY and SERVER_STARTING.
1378
             */
1378
             */
1379
            if (status <= SERVER_READY && status != SERVER_DEAD &&
1379
            if (status <= SERVER_READY && 
1380
                    !ps->quiescing &&
1380
                    !ps->quiescing &&
1381
                    ps->generation == ap_my_generation &&
1381
                    ps->generation == ap_my_generation &&
1382
                 /* XXX the following shouldn't be necessary if we clean up 
1382
                 /* XXX the following shouldn't be necessary if we clean up 

Return to bug 39275