Blob Blame History Raw
--- apr/apr-util/branches/1.3.x/buckets/apr_brigade.c	2009/05/21 22:05:55	777282
+++ apr/apr-util/branches/1.3.x/buckets/apr_brigade.c	2009/05/21 22:09:02	777283
@@ -689,9 +689,6 @@
       return -1;
     }
 
-    /* tack on null terminator to remaining string */
-    *(vd.vbuff.curpos) = '\0';
-
     /* write out what remains in the buffer */
     return apr_brigade_write(b, flush, ctx, buf, vd.vbuff.curpos - buf);
 }