comparison src/http/ngx_http_core_module.h @ 2496:9081bbdccda1

if_modified_since off
author Igor Sysoev <igor@sysoev.ru>
date Tue, 10 Feb 2009 15:05:05 +0000
parents 43dcf8cc2cb1
children 2e91aecb9e57
comparison
equal deleted inserted replaced
2495:a59b26eee816 2496:9081bbdccda1
24 #define NGX_HTTP_GZIP_PROXIED_ANY 0x0200 24 #define NGX_HTTP_GZIP_PROXIED_ANY 0x0200
25 25
26 26
27 #define NGX_HTTP_SATISFY_ALL 0 27 #define NGX_HTTP_SATISFY_ALL 0
28 #define NGX_HTTP_SATISFY_ANY 1 28 #define NGX_HTTP_SATISFY_ANY 1
29
30
31 #define NGX_HTTP_IMS_OFF 0
32 #define NGX_HTTP_IMS_EXACT 1
33 #define NGX_HTTP_IMS_BEFORE 2
29 34
30 35
31 typedef struct ngx_http_location_tree_node_s ngx_http_location_tree_node_t; 36 typedef struct ngx_http_location_tree_node_s ngx_http_location_tree_node_t;
32 typedef struct ngx_http_core_loc_conf_s ngx_http_core_loc_conf_t; 37 typedef struct ngx_http_core_loc_conf_s ngx_http_core_loc_conf_t;
33 38