mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
[Reverted] Check POST request for SecWriteStateLimit
This commit is contained in:
parent
644d0b58ff
commit
6c71b26985
@ -1238,7 +1238,7 @@ static int hook_connection_early(conn_rec *conn)
|
||||
ip_count++;
|
||||
break;
|
||||
case SERVER_BUSY_WRITE:
|
||||
if ((strcmp(conn->remote_ip, ws_record->client) == 0) && (strstr(ws_record->request, "POST") != NULL))
|
||||
if (strcmp(conn->remote_ip, ws_record->client) == 0)
|
||||
ip_count_w++;
|
||||
break;
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user