nic-6443 opened a new pull request, #13695: URL: https://github.com/apache/apisix/pull/13695
### Description Bumps the pinned `apisix-runtime` from 1.3.8 to 1.3.9. 1.3.9 is built against apisix-nginx-module 1.19.7, which restores the `max_body_size` guard for chunked request bodies in the OpenResty 1.29.2.4 patch. Dropping that guard is what makes chunked-transfer-encoding POST requests get wrongly rejected with `413 Request Entity Too Large` on 3.17.0 while the same requests succeed on 3.16.0 (Content-Length POSTs are unaffected either way). Changes: - `.requirements`: `APISIX_RUNTIME` 1.3.8 → 1.3.9 - `ci/linux-install-openresty.sh`: version guard + the pinned `apisix-runtime-debug` deb SHA256 for amd64/arm64 Fixes #13673 ### Checklist - [x] I have explained the need for this PR and the problem it solves - [x] I have explained the changes or the new features added to this PR - [ ] I have added tests corresponding to this change - [x] I have updated the documentation to reflect this change - [x] I have verified that this change is backward compatible (If not, please discuss on the [APISIX mailing list](https://github.com/apache/apisix/tree/master#community) first) -- 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]
