comparison src/http/ngx_http_request.h @ 680:597573166f34 NGINX_1_3_3

nginx 1.3.3 *) Feature: entity tags support and the "etag" directive. *) Bugfix: trailing dot in a source value was not ignored if the "map" directive was used with the "hostnames" parameter. *) Bugfix: incorrect location might be used to process a request if a URI was changed via a "rewrite" directive before an internal redirect to a named location.
author Igor Sysoev <http://sysoev.ru>
date Tue, 10 Jul 2012 00:00:00 +0400
parents 981b4c44593b
children 6db6e93f55ee
comparison
equal deleted inserted replaced
679:cad34cec7d3b 680:597573166f34
170 170
171 ngx_table_elt_t *host; 171 ngx_table_elt_t *host;
172 ngx_table_elt_t *connection; 172 ngx_table_elt_t *connection;
173 ngx_table_elt_t *if_modified_since; 173 ngx_table_elt_t *if_modified_since;
174 ngx_table_elt_t *if_unmodified_since; 174 ngx_table_elt_t *if_unmodified_since;
175 ngx_table_elt_t *if_match;
176 ngx_table_elt_t *if_none_match;
175 ngx_table_elt_t *user_agent; 177 ngx_table_elt_t *user_agent;
176 ngx_table_elt_t *referer; 178 ngx_table_elt_t *referer;
177 ngx_table_elt_t *content_length; 179 ngx_table_elt_t *content_length;
178 ngx_table_elt_t *content_type; 180 ngx_table_elt_t *content_type;
179 181