On Thu, Jun 5, 2008 at 12:09 PM, Matt Mackall <mpm@selenic.com> wrote:
Oh. I would seriously question doing that, because it would allow
reads that are improperly split up to fail silently. What happens if
someone tries to read 40 bytes, and (for some reason) it gets split
into two 20-byte reads? Instead of "12345" they'll get "12.34."
(where . is 4 zero or garbage bytes). I'd rather they get an error.
--ttuttle
--