Loading modules/http/http_core.c +2 −1 Original line number Diff line number Diff line Loading @@ -122,9 +122,10 @@ static int ap_process_http_async_connection(conn_rec *c) /* process the request if it was read without error */ ap_update_child_status(c->sbh, SERVER_BUSY_WRITE, r); if (r->status == HTTP_OK) if (r->status == HTTP_OK) { cs->state = CONN_STATE_HANDLER; ap_process_request(r); } if (ap_extended_status) ap_increment_counts(c->sbh, r); Loading Loading
modules/http/http_core.c +2 −1 Original line number Diff line number Diff line Loading @@ -122,9 +122,10 @@ static int ap_process_http_async_connection(conn_rec *c) /* process the request if it was read without error */ ap_update_child_status(c->sbh, SERVER_BUSY_WRITE, r); if (r->status == HTTP_OK) if (r->status == HTTP_OK) { cs->state = CONN_STATE_HANDLER; ap_process_request(r); } if (ap_extended_status) ap_increment_counts(c->sbh, r); Loading