]> git.kaiwu.me - nginx.git/commit
Merge of r4920, r4939: ngx_write_chain_to_file() fixes.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 10 Dec 2012 18:04:54 +0000 (18:04 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 10 Dec 2012 18:04:54 +0000 (18:04 +0000)
commit59833d5450c8d9fa2c860b22e26813ea301cd514
treebb29cd5f6e8cedc0016c2a03ddbafbb8c92cc0fa
parentc460629181248f47c6a77edacd9d17b7c1f26f12
Merge of r4920, r4939: ngx_write_chain_to_file() fixes.

*) Core: added debug logging of writev() in ngx_write_chain_to_file().

*) Core: fixed ngx_write_chain_to_file() with IOV_MAX reached.

   Catched by dav_chunked.t on Solaris.  In released versions this might
   potentially result in corruption of complex protocol responses if they
   were written to disk and there were more distinct buffers than IOV_MAX
   in a single write.
src/os/unix/ngx_files.c