Commit b26445e6 authored by Doug MacEachern's avatar Doug MacEachern
Browse files

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
parent c1eb6228
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)
            {