1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-10-05 19:18:01 +08:00

compilation fix

This commit is contained in:
stefanocasazza 2017-04-19 16:23:13 +02:00
parent 94dfde81f7
commit ea0dbdd005

View File

@ -3457,7 +3457,7 @@ process_request:
if (pStream->clength > UHTTP::limit_request_body)
{
U_http_info.nResponseCode = HTTP_ENTITY_TOO_LARGE;
u_clientimage_info.http_info.user_agent
UHTTP::setResponse();
}
else