From c64021d473c6298bfedfbeabab008484ff27ecfa Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Thu, 16 Aug 2001 16:46:30 +0000 Subject: [PATCH] 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 --- modules/ssl/ssl_engine_io.c | 2 ++ 1 file changed, 2 insertions(+) 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) { -- 2.40.0