]> git.kaiwu.me - nginx.git/commit
Bigger iovec buffer in ngx_readv_chain().
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 28 Jul 2014 14:30:19 +0000 (18:30 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 28 Jul 2014 14:30:19 +0000 (18:30 +0400)
commit5958181b1e28089a4e487511fe208f586a8b3205
treeab3e3ad0cd78eba81189a4408255476df58d8e4c
parent8639e17f94f6e41be874638b3b0bf8b1d0dd5015
Bigger iovec buffer in ngx_readv_chain().

This helps to reduce likelyhood of memory allocations in ngx_readv_chain(),
which are known to lead to noticeable effects in some cases, see
http://mailman.nginx.org/pipermail/nginx/2014-July/044512.html.
src/os/unix/ngx_readv_chain.c