]> granicus.if.org Git - apache/commitdiff
We actually want to reach the rest of the code :)
authorJim Jagielski <jim@apache.org>
Mon, 3 Apr 2006 12:10:22 +0000 (12:10 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 3 Apr 2006 12:10:22 +0000 (12:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@391025 13f79535-47bb-0310-9956-ffa450edef68

server/core.c

index ab577457b1f8c42542e4b5c486aff9625bf6af28..b57e89e42f14129e863744ec3d8bbbd93f2ba452 100644 (file)
@@ -3595,7 +3595,6 @@ static int default_handler(request_rec *r)
         e = apr_bucket_eos_create(c->bucket_alloc);
         APR_BRIGADE_INSERT_TAIL(bb, e);
 
-        return ap_pass_brigade(r->output_filters, bb);
         status = ap_pass_brigade(r->output_filters, bb);
         if (status == APR_SUCCESS
             || r->status != HTTP_OK