]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
doh!
authorBrian Pane <brianp@apache.org>
Sun, 25 Sep 2005 04:25:53 +0000 (04:25 +0000)
committerBrian Pane <brianp@apache.org>
Sun, 25 Sep 2005 04:25:53 +0000 (04:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/async-dev@291375 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_core.c

index 805129f55761b785be5a7047138b5ec6b866c9c2..a414e6be478227f284bcfe2fe43651bfc432e622 100644 (file)
@@ -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);