]> granicus.if.org Git - apache/commitdiff
Follow up to r1814659.
authorYann Ylavic <ylavic@apache.org>
Wed, 8 Nov 2017 23:49:13 +0000 (23:49 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 8 Nov 2017 23:49:13 +0000 (23:49 +0000)
One more style fix in ap_process_http_async_connection().

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1814660 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_core.c

index 3b8afbc9276842e7b7af2783559869cf9d0204c2..746cf704a7bc29d519f3c7fe896b9d9a713df3b9 100644 (file)
@@ -151,7 +151,9 @@ static int ap_process_http_async_connection(conn_rec *c)
 
             if (r->status == HTTP_OK) {
                 cs->state = CONN_STATE_HANDLER;
-                if (ap_extended_status) ap_set_conn_count(c->sbh, r, c->keepalives+1);
+                if (ap_extended_status) {
+                    ap_set_conn_count(c->sbh, r, c->keepalives + 1);
+                }
                 ap_update_child_status(c->sbh, SERVER_BUSY_WRITE, r);
                 ap_process_async_request(r);
                 /* After the call to ap_process_request, the