diff 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
line wrap: on
line diff
--- a/src/http/modules/ngx_http_xslt_filter_module.c
+++ b/src/http/modules/ngx_http_xslt_filter_module.c
@@ -328,6 +328,7 @@ ngx_http_xslt_send(ngx_http_request_t *r
         }
 
         ngx_http_clear_last_modified(r);
+        ngx_http_clear_etag(r);
     }
 
     rc = ngx_http_next_header_filter(r);