--- apr/apr/trunk/buckets/apr_brigade.c 2009/04/24 20:56:33 768416 +++ apr/apr/trunk/buckets/apr_brigade.c 2009/04/24 20:58:21 768417 @@ -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); }