comparison src/http/ngx_http_core_module.h @ 520:d41628eb4d0a NGINX_0_8_12

nginx 0.8.12 *) Feature: the "sendfile" parameter in the "aio" directive on FreeBSD. *) Bugfix: in try_files; the bug had appeared in 0.8.11. *) Bugfix: in memcached; the bug had appeared in 0.8.11.
author Igor Sysoev <http://sysoev.ru>
date Mon, 31 Aug 2009 00:00:00 +0400
parents 86dad910eeb6
children f7ec98e3caeb
comparison
equal deleted inserted replaced
519:1fd1b769cd78 520:d41628eb4d0a
20 #define NGX_HTTP_GZIP_PROXIED_PRIVATE 0x0020 20 #define NGX_HTTP_GZIP_PROXIED_PRIVATE 0x0020
21 #define NGX_HTTP_GZIP_PROXIED_NO_LM 0x0040 21 #define NGX_HTTP_GZIP_PROXIED_NO_LM 0x0040
22 #define NGX_HTTP_GZIP_PROXIED_NO_ETAG 0x0080 22 #define NGX_HTTP_GZIP_PROXIED_NO_ETAG 0x0080
23 #define NGX_HTTP_GZIP_PROXIED_AUTH 0x0100 23 #define NGX_HTTP_GZIP_PROXIED_AUTH 0x0100
24 #define NGX_HTTP_GZIP_PROXIED_ANY 0x0200 24 #define NGX_HTTP_GZIP_PROXIED_ANY 0x0200
25
26
27 #define NGX_HTTP_AIO_OFF 0
28 #define NGX_HTTP_AIO_ON 1
29 #define NGX_HTTP_AIO_SENDFILE 2
25 30
26 31
27 #define NGX_HTTP_SATISFY_ALL 0 32 #define NGX_HTTP_SATISFY_ALL 0
28 #define NGX_HTTP_SATISFY_ANY 1 33 #define NGX_HTTP_SATISFY_ANY 1
29 34