comparison src/http/ngx_http_core_module.h @ 2361:c59485781f0a

if_modified_since
author Igor Sysoev <igor@sysoev.ru>
date Mon, 01 Dec 2008 14:22:51 +0000
parents 07bf557a2e40
children 16d1236bc298
comparison
equal deleted inserted replaced
2360:64854406b1f9 2361:c59485781f0a
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 */