comparison src/http/ngx_http_request.h @ 3814:e6e453203bae

"If-Unmodified-Since" support
author Igor Sysoev <igor@sysoev.ru>
date Mon, 06 Dec 2010 11:11:05 +0000
parents 4a643a230686
children 11c68a5ed419
comparison
equal deleted inserted replaced
3813:c870fb78550c 3814:e6e453203bae
165 ngx_list_t headers; 165 ngx_list_t headers;
166 166
167 ngx_table_elt_t *host; 167 ngx_table_elt_t *host;
168 ngx_table_elt_t *connection; 168 ngx_table_elt_t *connection;
169 ngx_table_elt_t *if_modified_since; 169 ngx_table_elt_t *if_modified_since;
170 ngx_table_elt_t *if_unmodified_since;
170 ngx_table_elt_t *user_agent; 171 ngx_table_elt_t *user_agent;
171 ngx_table_elt_t *referer; 172 ngx_table_elt_t *referer;
172 ngx_table_elt_t *content_length; 173 ngx_table_elt_t *content_length;
173 ngx_table_elt_t *content_type; 174 ngx_table_elt_t *content_type;
174 175