comparison src/core/ngx_buf.h @ 640:eb208e0cf44d NGINX_1_1_4

nginx 1.1.4 *) Feature: the ngx_http_upstream_keepalive module. *) Feature: the "proxy_http_version" directive. *) Feature: the "fastcgi_keep_conn" directive. *) Feature: the "worker_aio_requests" directive. *) Bugfix: if nginx was built --with-file-aio it could not be run on Linux kernel which did not support AIO. *) Bugfix: in Linux AIO error processing. Thanks to Hagai Avrahami. *) Bugfix: reduced memory consumption for long-lived requests. *) Bugfix: the module ngx_http_mp4_module did not support 64-bit MP4 "co64" atom.
author Igor Sysoev <http://sysoev.ru>
date Tue, 20 Sep 2011 00:00:00 +0400
parents 0161f3197817
children d0f7a625f27c
comparison
equal deleted inserted replaced
639:b516b4e38bc9 640:eb208e0cf44d
152 ngx_int_t ngx_chain_writer(void *ctx, ngx_chain_t *in); 152 ngx_int_t ngx_chain_writer(void *ctx, ngx_chain_t *in);
153 153
154 ngx_int_t ngx_chain_add_copy(ngx_pool_t *pool, ngx_chain_t **chain, 154 ngx_int_t ngx_chain_add_copy(ngx_pool_t *pool, ngx_chain_t **chain,
155 ngx_chain_t *in); 155 ngx_chain_t *in);
156 ngx_chain_t *ngx_chain_get_free_buf(ngx_pool_t *p, ngx_chain_t **free); 156 ngx_chain_t *ngx_chain_get_free_buf(ngx_pool_t *p, ngx_chain_t **free);
157 void ngx_chain_update_chains(ngx_chain_t **free, ngx_chain_t **busy, 157 void ngx_chain_update_chains(ngx_pool_t *p, ngx_chain_t **free,
158 ngx_chain_t **out, ngx_buf_tag_t tag); 158 ngx_chain_t **busy, ngx_chain_t **out, ngx_buf_tag_t tag);
159 159
160 160
161 #endif /* _NGX_BUF_H_INCLUDED_ */ 161 #endif /* _NGX_BUF_H_INCLUDED_ */