mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
Followup to r1742791: Probably the better fix
is not fiddling with connection changes but instead use a NULL request like in similar places. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1742792 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1099,7 +1099,7 @@ request_rec *ap_read_request(conn_rec *conn)
|
||||
apr_brigade_destroy(tmp_bb);
|
||||
goto traceout;
|
||||
case HTTP_REQUEST_TIME_OUT:
|
||||
ap_update_child_status_from_conn(conn->sbh, SERVER_BUSY_LOG, conn);
|
||||
ap_update_child_status(conn->sbh, SERVER_BUSY_LOG, NULL);
|
||||
if (!r->connection->keepalives)
|
||||
ap_run_log_transaction(r);
|
||||
apr_brigade_destroy(tmp_bb);
|
||||
|
||||
Reference in New Issue
Block a user