mirror of
https://github.com/nginx/nginx.git
synced 2024-12-27 01:11:13 -06:00
9ef4b63328
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. |
||
---|---|---|
.. | ||
unix | ||
win32 |