]> granicus.if.org Git - apache/commitdiff
Followup to r1742791: Probably the better fix
authorRainer Jung <rjung@apache.org>
Sun, 8 May 2016 10:17:57 +0000 (10:17 +0000)
committerRainer Jung <rjung@apache.org>
Sun, 8 May 2016 10:17:57 +0000 (10:17 +0000)
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

server/protocol.c

index 3c160353d8c63311f630ef21151c5de5f69a433b..e80a230b93f744bc36a37d9921baf8af3b72e8a5 100644 (file)
@@ -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);