Skip to content

Commit d386de9

Browse files
committed
Fixes after review
1 parent bb939a1 commit d386de9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/ngx_http_modsecurity_header_filter.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,6 @@ ngx_http_modsecurity_header_filter(ngx_http_request_t *r)
531531
ngx_http_modsecurity_pcre_malloc_done(old_pool);
532532
ctx->resp_headers_phase_time = ngx_http_modsecurity_compute_processing_time(start_tv);
533533
ret = ngx_http_modsecurity_process_intervention(ctx->modsec_transaction, r, 0);
534-
535534
if (r->error_page) {
536535
return ngx_http_next_header_filter(r);
537536
}

src/ngx_http_modsecurity_module.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
#include "ngx_http_modsecurity_common.h"
2222
#include "stdio.h"
23-
#include "string.h"
2423
#include <ngx_config.h>
2524
#include <ngx_core.h>
2625
#include <ngx_http.h>

0 commit comments

Comments
 (0)