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

   > 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](https://github.com/1450793561), try this method to see if 
it works?
   
   I attempted to adjust the parameter client_max_body_size to 0, but the 
re-verification still failed


-- 
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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to