mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
This fixes suboptimal behavior caused by surplus lseek() for sequential writes on systems without pwrite(). A consecutive read after write might result in an error on systems without pread() and pwrite(). Fortunately, at the moment there are no widely used systems without these syscalls.