Re: cachemgr objects return internal server errors

From: Robert Collins <robertc@dont-contact.us>
Date: 12 Oct 2002 23:11:41 +1000

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

Received on Sat Oct 12 2002 - 07:11:44 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:16:55 MST