[GitHub] [apisix] spacewander commented on issue #3552: request help: Does APISIX cut off request body when it is too large?

2021-02-08 Thread GitBox
spacewander commented on issue #3552: URL: https://github.com/apache/apisix/issues/3552#issuecomment-775589075 Feel free to reopen it if it is our problem. This is an automated message from the Apache Git Service. To respond

[GitHub] [apisix] spacewander commented on issue #3552: request help: Does APISIX cut off request body when it is too large?

2021-02-07 Thread GitBox
spacewander commented on issue #3552: URL: https://github.com/apache/apisix/issues/3552#issuecomment-774809665 I write a plugin to check it: ``` function _M.access(conf, ctx) local req_body, err = core.request.get_body() if not req_body then return 503, {messag