comparison src/http/ngx_http_request.h @ 348:e10168d6e371 NGINX_0_6_18

nginx 0.6.18 *) Change: now the ngx_http_userid_module adds start time microseconds to the cookie field contains a pid value. *) Change: now the full request line instead of URI only is written to error_log. *) Feature: variables support in the "proxy_pass" directive. *) Feature: the "resolver" and "resolver_timeout" directives. *) Feature: now the directive "add_header last-modified ''" deletes a "Last-Modified" response header line. *) Bugfix: the "limit_rate" directive did not allow to use full throughput, even if limit value was very high.
author Igor Sysoev <http://sysoev.ru>
date Tue, 27 Nov 2007 00:00:00 +0300
parents 05693816539c
children 9121a0a91f47
comparison
equal deleted inserted replaced
347:d53199b68e17 348:e10168d6e371
228 ngx_table_elt_t *server; 228 ngx_table_elt_t *server;
229 ngx_table_elt_t *date; 229 ngx_table_elt_t *date;
230 ngx_table_elt_t *content_length; 230 ngx_table_elt_t *content_length;
231 ngx_table_elt_t *content_encoding; 231 ngx_table_elt_t *content_encoding;
232 ngx_table_elt_t *location; 232 ngx_table_elt_t *location;
233 ngx_table_elt_t *refresh;
233 ngx_table_elt_t *last_modified; 234 ngx_table_elt_t *last_modified;
234 ngx_table_elt_t *content_range; 235 ngx_table_elt_t *content_range;
235 ngx_table_elt_t *accept_ranges; 236 ngx_table_elt_t *accept_ranges;
236 ngx_table_elt_t *www_authenticate; 237 ngx_table_elt_t *www_authenticate;
237 ngx_table_elt_t *expires; 238 ngx_table_elt_t *expires;