comparison src/http/ngx_http_core_module.h @ 444:33394d1255b0 NGINX_0_7_34

nginx 0.7.34 *) Feature: the "off" parameter of the "if_modified_since" directive. *) Feature: now nginx sends an HELO/EHLO command after a XCLIENT command. Thanks to Maxim Dounin. *) Feature: Microsoft specific "AUTH LOGIN with User Name" mode support in mail proxy server. Thanks to Maxim Dounin. *) Bugfix: in a redirect rewrite directive original arguments were concatenated with new arguments by an "?" rather than an "&"; the bug had appeared in 0.1.18. Thanks to Maxim Dounin. *) Bugfix: nginx could not be built on AIX.
author Igor Sysoev <http://sysoev.ru>
date Tue, 10 Feb 2009 00:00:00 +0300
parents 6281966854a5
children 76a79816b771
comparison
equal deleted inserted replaced
443:28335b730750 444:33394d1255b0
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