mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-17 14:46:13 +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++;
|
ip_count++;
|
||||||
break;
|
break;
|
||||||
case SERVER_BUSY_WRITE:
|
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++;
|
ip_count_w++;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user