Skip to content

Commit

Permalink
Remove unnecessary logging of ignorable requests (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
lubomudr authored Aug 16, 2023
1 parent 9f8053f commit 0150120
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion naxsi_src/naxsi_runtime.c
Original file line number Diff line number Diff line change
Expand Up @@ -3028,7 +3028,6 @@ ngx_http_naxsi_update_current_ctx_status(ngx_http_request_ctx_t* ctx,
if (ctx->ignore) {
ctx->block = 0;
ctx->drop = 0;
ctx->log = 1;
}
}

Expand Down

0 comments on commit 0150120

Please sign in to comment.