Baoyuantop commented on issue #12245:
URL: https://github.com/apache/apisix/issues/12245#issuecomment-2903388856

   The -482560413 in the error is a negative number, which strongly suggests 
that a 32-bit signed integer overflow has occurred. 32-bit signed integers have 
a maximum value of 2,147,483,647 bytes (about 2GB), and when the Content-Length 
exceeds this value, an overflow into a negative number occurs, which appears to 
be coming from Nginx itself, not the APISIX Lua code.
   
   
   >   client_max_body_size: 600m          # Set the maximum allowed size of 
the client request body.
   Try to set default 0 ? unlimited
   
   Hi @1450793561, try this method to see if it works?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to