headers-more-nginx-module
headers-more-nginx-module copied to clipboard
couple of cppcheck issues
[src/ngx_http_headers_more_headers_in.c:275]: (error) Address of local auto-variable assigned to a function parameter. [src/ngx_http_headers_more_headers_out.c:240]: (error) Address of local auto-variable assigned to a function parameter.
They are false positives for the the same reason as lua-nginx-module.