comparison src/http/ngx_http_core_module.h @ 424:9da1d9d94d18 NGINX_0_7_24

nginx 0.7.24 *) Feature: the "if_modified_since" directive. *) Bugfix: nginx did not process a FastCGI server response, if the server send too many messages to stderr before response. *) Bugfix: the "$cookie_..." variables did not work in the SSI and the perl module.
author Igor Sysoev <http://sysoev.ru>
date Mon, 01 Dec 2008 00:00:00 +0300
parents b246022ef454
children dac47e9ef0d5
comparison
equal deleted inserted replaced
423:ca440bb56eca 424:9da1d9d94d18
297 ngx_resolver_t *resolver; /* resolver */ 297 ngx_resolver_t *resolver; /* resolver */
298 298
299 time_t keepalive_header; /* keepalive_timeout */ 299 time_t keepalive_header; /* keepalive_timeout */
300 300
301 ngx_uint_t satisfy; /* satisfy */ 301 ngx_uint_t satisfy; /* satisfy */
302 ngx_uint_t if_modified_since; /* if_modified_since */
302 303
303 ngx_flag_t internal; /* internal */ 304 ngx_flag_t internal; /* internal */
304 ngx_flag_t client_body_in_file_only; /* client_body_in_file_only */ 305 ngx_flag_t client_body_in_file_only; /* client_body_in_file_only */
305 ngx_flag_t sendfile; /* sendfile */ 306 ngx_flag_t sendfile; /* sendfile */
306 ngx_flag_t tcp_nopush; /* tcp_nopush */ 307 ngx_flag_t tcp_nopush; /* tcp_nopush */