]> granicus.if.org Git - apache/commitdiff
need to remove buckets from the output brigade, since we will be passing a different...
authorDoug MacEachern <dougm@apache.org>
Thu, 16 Aug 2001 16:46:30 +0000 (16:46 +0000)
committerDoug MacEachern <dougm@apache.org>
Thu, 16 Aug 2001 16:46:30 +0000 (16:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90225 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_io.c

index 678ee1ea70993188055cc29a4e760d299e2792fa..f981a2d455630c5f20ce7c870ad5634fcf3de588 100644 (file)
@@ -339,6 +339,8 @@ apr_status_t ssl_io_filter_Output(ap_filter_t *f,apr_bucket_brigade *pbbIn)
        apr_size_t len, n;
        apr_status_t ret;
 
+        APR_BUCKET_REMOVE(pbktIn);
+
        if(APR_BUCKET_IS_EOS(pbktIn)) {
            if ((ret = churn_output(pRec)) != APR_SUCCESS)
             {