lua-resty-redis icon indicating copy to clipboard operation
lua-resty-redis copied to clipboard

Nginx 1.24

Open ericzielonka opened this issue 2 years ago • 4 comments
trafficstars

Hey.

i get this error, if i compile this module with nginx 1.24:

/opt/ngx_http_redis-0.3.9/ngx_http_redis_module.c: In function ‘ngx_http_redis_process_header’: /opt/ngx_http_redis-0.3.9/ngx_http_redis_module.c:585:26: error: ‘ngx_http_upstream_headers_in_t’ {aka ‘struct ’} has no member named ‘content_encoding’ 585 | u->headers_in.content_encoding = h; | ^ make[1]: *** [objs/Makefile:1870: objs/addon/ngx_http_redis-0.3.9/ngx_http_redis_module.o] Error 1 make[1]: Leaving directory '/opt/nginx-1.24.0' make: *** [Makefile:16: modules] Error 2

Nginx 1.22 works fine.

ericzielonka avatar Apr 24 '23 13:04 ericzielonka