From: Doug MacEachern Date: Thu, 16 Aug 2001 16:46:30 +0000 (+0000) Subject: need to remove buckets from the output brigade, since we will be passing a different... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9061e2abcc66be46951d255e83e921f7a703ec3e;p=thirdparty%2Fapache%2Fhttpd.git need to remove buckets from the output brigade, since we will be passing a different brigade git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90225 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/ssl_engine_io.c b/ssl_engine_io.c index 678ee1ea709..f981a2d4556 100644 --- a/ssl_engine_io.c +++ b/ssl_engine_io.c @@ -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) {