On Sat, 2002-10-12 at 20:50, Henrik Nordstrom wrote:
> 1419 if (buf != result.data) {
> 1420 /* we've got to copy some data */
> 1421 assert(result.length <= next->readBuffer.length);
> 1422 xmemcpy(buf, result.data, result.length);
> 1423 body_buf = buf;
> 1424 }
>
> >From what I can tell this overwrites the already received data with
> the newly received data
Partially corrected in HEAD. There is one case left that fails that I
will have corrected v. soon.
Cheers,
Rob
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:16:55 MST