headers-more-nginx-module
headers-more-nginx-module copied to clipboard
Set, add, and clear arbitrary output headers in NGINX http servers
Results
51
headers-more-nginx-module issues
Sort by
recently updated
recently updated
newest added
In result of static analyse of nginx sources (including headers-more-nginx-module) with Svace static analyzer I found minor error of cathegory "REDUNDANT_COMPARISON.ALWAYS_FALSE" in ngx_http_headers_more_filter_module.c. https://github.com/openresty/headers-more-nginx-module/blob/f8f80997f19a41dc4181987544b9f3570cc3d6da/src/ngx_http_headers_more_filter_module.c#L234-L239 calling function `ngx_http_headers_more_filter_init` returns `NGX_OK` code...