rahulracker7539 opened a new issue, #11307: URL: https://github.com/apache/apisix/issues/11307
### Description Hi Everyone, I have deployed the apisix and able to serve the traffic through the API gateway after whitelisting the domain and configuring upstream to send the traffic to. my current problem is whenever application team is doing load testing then they are getting "Unexpected End Of File position 60791: null" at some point. when we do normal curl request then we are getting expected traffic. While investigating the above we found that response payload has syntax error for few of the requests and it seems that response was too long and got chopped off. Is there any limitation in apisix on response length ? I have done some tweaking in nginx settings but it doesn't help. can someone provide any instruction or ways to fix this ? ### Environment - APISIX version (run `apisix version`): 3.9.1 - Operating system (run `uname -a`): Linux - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): nginx version: openresty/1.25.3.1 - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): - APISIX Dashboard version, if relevant: Image: apache/apisix-dashboard:3.0.0-alpine - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run `luarocks --version`): -- 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]
