You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2015/10/06 19:08:41 UTC

svn commit: r1707091 - /httpd/httpd/trunk/modules/filters/mod_substitute.c

Author: ylavic
Date: Tue Oct  6 17:08:41 2015
New Revision: 1707091

URL: http://svn.apache.org/viewvc?rev=1707091&view=rev
Log:
mod_substitute: cleanup properly on EOS.

Modified:
    httpd/httpd/trunk/modules/filters/mod_substitute.c

Modified: httpd/httpd/trunk/modules/filters/mod_substitute.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/filters/mod_substitute.c?rev=1707091&r1=1707090&r2=1707091&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/filters/mod_substitute.c (original)
+++ httpd/httpd/trunk/modules/filters/mod_substitute.c Tue Oct  6 17:08:41 2015
@@ -431,6 +431,7 @@ static apr_status_t substitute_filter(ap
             }
             APR_BUCKET_REMOVE(b);
             APR_BRIGADE_INSERT_TAIL(ctx->passbb, b);
+            ap_remove_output_filter(f);
         }
         /*
          * No need to handle FLUSH buckets separately as we call