mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Second part of IIS/nginx merge into M2 trunk.
This commit is contained in:
@@ -222,7 +222,7 @@ int perform_interception(modsec_rec *msr) {
|
||||
/* ENH This does not seem to work on Windows. Is there a
|
||||
* better way to drop a connection anyway?
|
||||
*/
|
||||
#ifndef WIN32
|
||||
#if !defined(WIN32) && defined(ALLOW_ACTION_DROP)
|
||||
{
|
||||
extern module core_module;
|
||||
apr_socket_t *csd = ap_get_module_config(msr->r->connection->conn_config,
|
||||
|
Reference in New Issue
Block a user