read_request_line() fails with a timeout.
In that case there's no new useful request
info available.
Noticed via server-status showing request
"NULL" after keep-alive connections timed out.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1742791 13f79535-47bb-0310-9956-
ffa450edef68
apr_brigade_destroy(tmp_bb);
goto traceout;
case HTTP_REQUEST_TIME_OUT:
- ap_update_child_status(conn->sbh, SERVER_BUSY_LOG, r);
+ ap_update_child_status_from_conn(conn->sbh, SERVER_BUSY_LOG, conn);
if (!r->connection->keepalives)
ap_run_log_transaction(r);
apr_brigade_destroy(tmp_bb);