From 6a67ac688555495c6ddb3bd47a90ab68e61d61dd Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Mon, 3 Apr 2006 12:10:22 +0000 Subject: [PATCH] We actually want to reach the rest of the code :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@391025 13f79535-47bb-0310-9956-ffa450edef68 --- server/core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/server/core.c b/server/core.c index ab577457b1..b57e89e42f 100644 --- a/server/core.c +++ b/server/core.c @@ -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 -- 2.40.0