SUPPORT-8714. Удален лишний assert

This commit is contained in:
alashkova 2024-11-25 13:30:15 +03:00
parent afd73dfcaf
commit 486638db65

View file

@ -73,7 +73,6 @@ fcgi_request_get_param(const FCGX_Request* request, const char* name, /*out*/ bo
{
assert(request != NULL);
assert(name != NULL);
assert(err != NULL);
char* param_value = FCGX_GetParam(name, request->envp);
if (param_value == NULL) {