comparison src/core/ngx_buf.h @ 441:fd759445d8a8 NGINX_0_7_28

nginx 0.7.28 *) Change: in memory allocation in the ngx_http_gzip_filter_module. *) Change: the default "gzip_buffers" directive values have been changed to 32 4k or 16 8k from 4 4k/8k.
author Igor Sysoev <http://sysoev.ru>
date Mon, 22 Dec 2008 00:00:00 +0300
parents a8e3f1441eec
children 7efcdb937752
comparison
equal deleted inserted replaced
440:e2c4e8b635a8 441:fd759445d8a8
48 unsigned last_buf:1; 48 unsigned last_buf:1;
49 unsigned last_in_chain:1; 49 unsigned last_in_chain:1;
50 50
51 unsigned last_shadow:1; 51 unsigned last_shadow:1;
52 unsigned temp_file:1; 52 unsigned temp_file:1;
53
54 unsigned zerocopy_busy:1;
55 53
56 /* STUB */ int num; 54 /* STUB */ int num;
57 }; 55 };
58 56
59 57