On Fri, Jul 27, 2001 at 04:14:00PM -0400, Bill Stoddard wrote:
> There another bug lurking in mod_asis (reported by Ken Bruinsma in IBM).
> We are creating the file bucket with file offset of 0.  Problem is that
> we have already read in part of the file (the headers) a bit earlier.
> Need to give some thought to the best way to fix this (and what all the
> implications are).

The offset in a normal file bucket should be relative to the current read
pointer.  We need to differentiate between shared file buckets (with absolute
offsets) versus unshared file buckets.  Then we can get rid of the extra
fseek call as well.

....Roy

Reply via email to