You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2009/10/04 11:00:26 UTC

svn commit: r821481 - /httpd/httpd/trunk/server/protocol.c

Author: sf
Date: Sun Oct  4 09:00:26 2009
New Revision: 821481

URL: http://svn.apache.org/viewvc?rev=821481&view=rev
Log:
cleanup brigade before reusing it

Modified:
    httpd/httpd/trunk/server/protocol.c

Modified: httpd/httpd/trunk/server/protocol.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/protocol.c?rev=821481&r1=821480&r2=821481&view=diff
==============================================================================
--- httpd/httpd/trunk/server/protocol.c (original)
+++ httpd/httpd/trunk/server/protocol.c Sun Oct  4 09:00:26 2009
@@ -1310,6 +1310,7 @@
                     if (rv != APR_SUCCESS || f->c->aborted) {
                         return rv;
                     }
+                    apr_brigade_cleanup(b);
                     APR_BRIGADE_CONCAT(b, ctx->tmpbb);
                     e = APR_BRIGADE_FIRST(b);