Image filter: downgrade strong etags to weak ones as needed.

This commit is contained in:
Sergey Kandaurov 2014-08-18 12:03:41 +04:00
parent 886ad0e9d3
commit 3ed0e11d08

View File

@ -1012,6 +1012,7 @@ transparent:
b->last_buf = 1;
ngx_http_image_length(r, b);
ngx_http_weak_etag(r);
return b;
}