From e76e912bab6d9a9d3fa5266b12753f566425323d Mon Sep 17 00:00:00 2001 From: Ramandeep Singh Date: Mon, 30 Jun 2014 12:41:00 +0530 Subject: [PATCH] Passthrough the saved Response headers in the response Tickets: https://github.com/SpiderLabs/ModSecurity/issues/735 --- nginx/modsecurity/ngx_http_modsecurity.c | 1 - 1 file changed, 1 deletion(-) diff --git a/nginx/modsecurity/ngx_http_modsecurity.c b/nginx/modsecurity/ngx_http_modsecurity.c index 232d4528..ef4b55f0 100644 --- a/nginx/modsecurity/ngx_http_modsecurity.c +++ b/nginx/modsecurity/ngx_http_modsecurity.c @@ -21,7 +21,6 @@ /* Those are defined twice, lets keep it defined just once by `undef` * the first one. */ - */ #undef CR #undef LF #undef CRLF