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-Tag: 2.0.24~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c64021d473c6298bfedfbeabab008484ff27ecfa;p=apache 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@90225 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_io.c b/modules/ssl/ssl_engine_io.c index 678ee1ea70..f981a2d455 100644 --- a/modules/ssl/ssl_engine_io.c +++ b/modules/ssl/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) {