We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation fails with:
ngx_bot_verifier-0.0.10/ngx_http_bot_verifier_address_tools.c: In function 'ngx_http_bot_verifier_module_determine_address': ngx_bot_verifier-0.0.10/ngx_http_bot_verifier_address_tools.c:44:28: error: initialization of 'ngx_array_t *' from incompatible pointer type 'ngx_table_elt_t **' {aka 'struct ngx_table_elt_s **'} [-Werror=incompatible-pointer-types] 44 | ngx_array_t *ngx_array = &r->headers_in.x_forwarded_for; | ^
The text was updated successfully, but these errors were encountered:
thanks for reporting. I'll take a look
Sorry, something went wrong.
Fix for repsheet#17
f686524
Resolves compilation and runtime issue for NGINX >= 1.23.0
@abedra Please see pull request #18 for this. (tests proceed fine)
No branches or pull requests
Compilation fails with:
The text was updated successfully, but these errors were encountered: