comparison src/http/modules/ngx_http_xslt_filter_module.c @ 4746:4a18bf1833a9

Entity tags: clear on entity changes.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 07 Jul 2012 21:22:27 +0000
parents 959371df1806
children 2570296374b4
comparison
equal deleted inserted replaced
4745:4752060ca462 4746:4a18bf1833a9
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) {