commit | 1469b5145142ba2096e7c3467e867e8bf67cab25 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Mon Nov 26 21:19:57 2012 +0000 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Mon Nov 26 21:19:57 2012 +0000 |
tree | c6e0d8740cb6e0d21f52a478c0cc87b1140be5b5 | |
parent | e769544a7dc54e224fa0ef681c36ede12f65d74b [diff] |
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.