commit | 96d73e291f77152d6494f7cb969ec0cd3bb74215 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Tue Apr 17 09:10:50 2012 +0000 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Tue Apr 17 09:10:50 2012 +0000 |
tree | e68032b4aa62ec235f53e005313f25f0448c5d41 | |
parent | 9e2f86cfc01e1841b7db727ce2d5282f07364d46 [diff] |
Fixed loop in ngx_writev_chain() and ngx_solaris_sendfilev_chain(). The "complete" flag wasn't cleared on loop iteration start, resulting in broken behaviour if there were more than IOV_MAX buffers and first iteration was fully completed (and hence the "complete" flag was set to 1).