]> git.kaiwu.me - nginx.git/commit
Core: slight optimization in ngx_chain_update_chains().
authorhucongcong <hucong.c@foxmail.com>
Thu, 10 Nov 2016 02:17:53 +0000 (10:17 +0800)
committerhucongcong <hucong.c@foxmail.com>
Thu, 10 Nov 2016 02:17:53 +0000 (10:17 +0800)
commit42298aeb13040cc94026a2d405726895fb19b1e0
tree2cefcb79f5ca551a9a72339bd82d02062b9fba3d
parent8e9f1df637160ec20990601976e140b8d3cffc0b
Core: slight optimization in ngx_chain_update_chains().

It is not necessary to traverse *busy and link the *out when *out is NULL.
src/core/ngx_buf.c