]> git.ipfire.org Git - thirdparty/squid.git/commit - src/fs_io.cc
Dont' flush write buffers on write error, UNLESS there is no callback handler.
authorwessels <>
Fri, 16 May 1997 05:35:59 +0000 (05:35 +0000)
committerwessels <>
Fri, 16 May 1997 05:35:59 +0000 (05:35 +0000)
commitde866d201ec88988ab7d9e92bac8a1828a3b2d2d
treefdcace645036effd033f83c64887ca3bb84cad8b
parent0d90407cb5cc0cb1675e941aeb89306aa157605f
Dont' flush write buffers on write error, UNLESS there is no callback handler.
The callback should check the status return code and take necessary measures,
the disk module will keep the data queued.

I'm pretty sure we don't need to seek on disk files since they are only
open for reading or writing, never both.
    Remove all seek calls
    Remove FD_AT_EOF wierdness
    Remove wierd dread_ctrl->cur_len member
src/disk.cc