]> git.kaiwu.me - nginx.git/commit
Fixed ngx_readv_chain() to honor IOV_MAX (ticket #14).
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 17 Apr 2012 09:13:58 +0000 (09:13 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 17 Apr 2012 09:13:58 +0000 (09:13 +0000)
commit0abb0bce5f297546f8f982677707fb33dadb96d8
treedd5508c9ca4fdd3f68681410c96344537158cc2e
parent578c02f3a1fda0ad43277af2af022c24f2e74104
Fixed ngx_readv_chain() to honor IOV_MAX (ticket #14).

Not using full chain passed is ok as consumers are expected to check
event's ready flag to determine if another call is needed, not the
returned size.
src/os/unix/ngx_readv_chain.c