comparison src/http/modules/ngx_http_xslt_filter_module.c @ 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 bfa81a0490a2
children 88a1b4797f2e
comparison
equal deleted inserted replaced
679:cad34cec7d3b 680:597573166f34
326 r->headers_out.content_length->hash = 0; 326 r->headers_out.content_length->hash = 0;
327 r->headers_out.content_length = NULL; 327 r->headers_out.content_length = NULL;
328 } 328 }
329 329
330 ngx_http_clear_last_modified(r); 330 ngx_http_clear_last_modified(r);
331 ngx_http_clear_etag(r);
331 } 332 }
332 333
333 rc = ngx_http_next_header_filter(r); 334 rc = ngx_http_next_header_filter(r);
334 335
335 if (rc == NGX_ERROR || rc > NGX_OK || r->header_only) { 336 if (rc == NGX_ERROR || rc > NGX_OK || r->header_only) {