@@ -252,6 +205,9 @@
off_last += start64 - off_first;
copy = out_first;
}
+ else {
+ APR_BRIGADE_INSERT_TAIL(bbout, copy);
+ }
if (end64 - off_last != (apr_uint64_t)e->length) {
rv = apr_bucket_split(copy, (apr_size_t)(end64 + 1 -
off_last));
if (rv == APR_ENOTIMPL) {
This one seems to be a merge error in your working copy and was fixed by Stefan
in r1161791
Regards
Rüdiger
> -----Original Message-----
> From: Jim Jagielski [mailto:[email protected]]
> Sent: Freitag, 26. August 2011 17:19
> To: [email protected]
> Subject: Re: PoC ready
>
> Committed... r 1162131
>