too simplistic attempt at blocking botox dubious requests against the async socket while still ensuring regular torch commands work
This commit is contained in:
parent
097e2289d7
commit
6fa79a8e7a
@ -368,7 +368,7 @@ static int HandleRequest(int Client, JSONObject jRequest, JSONObject jResponse)
|
||||
}
|
||||
delete jValue;
|
||||
}
|
||||
int sm_call_finish_ex_params_size = 2;
|
||||
int sm_call_finish_ex_params_size = 1;
|
||||
if (parameter_count_verified > sm_call_finish_ex_params_size)
|
||||
{
|
||||
Call_Cancel();
|
||||
|
Loading…
Reference in New Issue
Block a user