comparison src/core/ngx_buf.h @ 410:a8e3f1441eec NGINX_0_7_17

nginx 0.7.17 *) Feature: now the "directio" directive works on Linux. *) Feature: the $pid variable. *) Bugfix: the "directio" optimization that had appeared in 0.7.15 did not work with open_file_cache. *) Bugfix: the "access_log" with variables did not work on Linux; the bug had appeared in 0.7.7. *) Bugfix: the ngx_http_charset_module did not understand quoted charset name received from backend.
author Igor Sysoev <http://sysoev.ru>
date Mon, 15 Sep 2008 00:00:00 +0400
parents 79c5df00501e
children fd759445d8a8
comparison
equal deleted inserted replaced
409:f6561f721532 410:a8e3f1441eec
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 directio;
82 #if (NGX_HAVE_ALIGNED_DIRECTIO)
83 unsigned unaligned;
84 #endif
82 unsigned need_in_memory; 85 unsigned need_in_memory;
83 unsigned need_in_temp; 86 unsigned need_in_temp;
84 87
85 ngx_pool_t *pool; 88 ngx_pool_t *pool;
86 ngx_int_t allocated; 89 ngx_int_t allocated;