Shouldn't we apply the following patch as well to be save that we have a sane
state
of b at the beginning of the loop and no remaining buckets e.g. metabuckets
left in it?
Index: modules/http/http_filters.c
===================================================================
--- modules/http/http_filters.c (revision 1485262)
+++ modules/http/http_filters.c (working copy)
@@ -331,9 +331,9 @@
APR_BRIGADE_INSERT_TAIL(b, e);
return APR_SUCCESS;
}
- apr_brigade_cleanup(b);
do {
+ apr_brigade_cleanup(b);
again = 0; /* until further notice */
/* read and handle the brigade */
Regards
Rüdiger