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