ngx_http_enhanced_memcached_module icon indicating copy to clipboard operation
ngx_http_enhanced_memcached_module copied to clipboard

Added support for gzip flag, as it is in ngx_http_memcached_module

Open antonbormotov opened this issue 8 years ago • 4 comments

antonbormotov avatar Dec 05 '17 09:12 antonbormotov

If I understand, this code add a header on output is a flag is set in the config. Correct ?

bpaquet avatar Dec 08 '17 03:12 bpaquet

@bpaquet, that is the idea, but incorrect implementation, I'm working on it.

antonbormotov avatar Dec 10 '17 09:12 antonbormotov

The best way to do that is to use custom http headers. There is no need to modify the C code.

bpaquet avatar Dec 10 '17 21:12 bpaquet

Yes, It can be done in this way, but I wanted to add support for directive enhanced_memcached_gzip_flag in the same way it is done in embedded nginx module ngx_http_memcached_module.

antonbormotov avatar Dec 11 '17 02:12 antonbormotov