[PATCH] append -gzip to etags processed by gzip_filter_module + not modified support

2014-05-28 Thread Andrew Williams
this patch modifies the etag header returned by responses processed by the gzip filter, appending -gzip to the etag (instead of deleting it). Also, If-None-Match and If-Match requests work against the modified etag. (the gunzip module appends -gunzip to the etag). cheers Andrew # HG changeset

Re: [PATCH] append -gzip to etags processed by gzip_filter_module + not modified support

2014-05-28 Thread Maxim Dounin
Hello! On Wed, May 28, 2014 at 04:26:04PM +0930, Andrew Williams wrote: this patch modifies the etag header returned by responses processed by the gzip filter, appending -gzip to the etag (instead of deleting it). Also, If-None-Match and If-Match requests work against the modified etag.