]> granicus.if.org Git - apache/commitdiff
Get HTTP/0.9 and subrequests working again. The http header filter
authorJeff Trawick <trawick@apache.org>
Sun, 22 Oct 2000 13:33:58 +0000 (13:33 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 22 Oct 2000 13:33:58 +0000 (13:33 +0000)
wasn't letting any assbackwards brigades get past it.

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

modules/http/http_protocol.c

index a75f6f2271266af02235d42e1273b4b3aa52b0b3..091586b36881e9b14539f0c5cd9354ba0e90cf84 100644 (file)
@@ -2231,7 +2231,8 @@ AP_CORE_DECLARE_NONSTD(apr_status_t) ap_http_header_filter(ap_filter_t *f, ap_bu
         if (!r->main)
             ap_bsetopt(r->connection->client, BO_BYTECT, &zero);
         r->sent_bodyct = 1;
-        return APR_SUCCESS;
+        ap_remove_output_filter(f);
+        return ap_pass_brigade(f->next, b);
     }
 
     /*