comparison src/core/ngx_buf.h @ 406:79c5df00501e NGINX_0_7_15

nginx 0.7.15 *) Feature: the ngx_http_random_index_module. *) Feature: the "directio" directive has been optimized for file requests starting from arbitrary position. *) Feature: the "directio" directive turns off sendfile if it is necessary. *) Feature: now nginx allows underscores in a client request header line names.
author Igor Sysoev <http://sysoev.ru>
date Mon, 08 Sep 2008 00:00:00 +0400
parents e1c6ac408b68
children a8e3f1441eec
comparison
equal deleted inserted replaced
405:2993e60bc4e0 406:79c5df00501e
76 ngx_chain_t *in; 76 ngx_chain_t *in;
77 ngx_chain_t *free; 77 ngx_chain_t *free;
78 ngx_chain_t *busy; 78 ngx_chain_t *busy;
79 79
80 unsigned sendfile; 80 unsigned sendfile;
81 unsigned directio;
81 unsigned need_in_memory; 82 unsigned need_in_memory;
82 unsigned need_in_temp; 83 unsigned need_in_temp;
83 84
84 ngx_pool_t *pool; 85 ngx_pool_t *pool;
85 ngx_int_t allocated; 86 ngx_int_t allocated;