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

(-)server/scoreboard.c (+6 lines)
Lines 493-498 static int update_child_status_internal(int child_ Link Here
493
            ws->conn_bytes = 0;
493
            ws->conn_bytes = 0;
494
            ws->last_used = apr_time_now();
494
            ws->last_used = apr_time_now();
495
        }
495
        }
496
        else if (old_status == SERVER_READY) {
497
            ws->protocol[0] = '\0';
498
            ws->request[0] = '\0';
499
            ws->client[0] = '\0';
500
            ws->vhost[0] = '\0';
501
        }
496
502
497
        if (descr) {
503
        if (descr) {
498
            apr_cpystrn(ws->request, descr, sizeof(ws->request));
504
            apr_cpystrn(ws->request, descr, sizeof(ws->request));

Return to bug 59333