limithit / ngx_cookie_limit_req_module

This module not only limits the access rate of cookies but also limits the number of malicious ip forged cookies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation fails

dvershinin opened this issue · comments

Packaging requires more strict compilation settings. Fails with:

ngx_cookie_limit_req_module-1.0/ngx_http_cookie_limit_req_module.c: In function 'ngx_http_limit_req_handler':
ngx_cookie_limit_req_module-1.0/ngx_http_cookie_limit_req_module.c:187:19: error: variable 'h' set but not used [-Werror=unused-but-set-variable]

./configure --with-debug .....