ngx_output_chain_add_copy
1 定义
ngx_output_chain_add_copy 函数
定义在
src/core/ngx_output_chain.cstatic ngx_int_t
ngx_output_chain_add_copy(ngx_pool_t *pool, ngx_chain_t **chain,ngx_chain_t *in)
{ngx_chain_t *cl, **ll;
#if (NGX_SENDFILE_LIMIT)ngx_buf_t *b, *buf;
#endifll chai…
2026/7/19 2:56:23