On Tue, 2004-03-23 at 20:26, Cliff Woolley wrote: > I'm saying that file_bucket_read() does an apr_file_seek() > unconditionally, because when we tried to have it remember what the > position was and bypass the seek if the position matched, file buckets > were broken whenever the apr_file_t was dup'ed. Same problem here.
Thanks. By the looks of it, we'll have to pay that extra apr_file_seek() at the beginning of the file, if we want to be able to push out multiple file buckets reliably. -- Bojan
