mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fixes SecConnWriteStateLimit
This commit is contained in:
committed by
Felipe Zimmerle
parent
7fd5439c63
commit
a0bd72334d
@@ -1597,7 +1597,7 @@ static int hook_connection_early(conn_rec *conn)
|
|||||||
"Possible DoS Consumption Attack [Rejected]", ip_count_w,
|
"Possible DoS Consumption Attack [Rejected]", ip_count_w,
|
||||||
conn_write_state_limit, client_ip);
|
conn_write_state_limit, client_ip);
|
||||||
|
|
||||||
if (!conn_limits_filter_state == MODSEC_ENABLED)
|
if (conn_limits_filter_state == MODSEC_ENABLED)
|
||||||
return OK;
|
return OK;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user