This is an automated email from the ASF dual-hosted git repository.
membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 5f50216 chore: delete expired inspiration statements (#5716)
5f50216 is described below
commit 5f5021649ead293eaad41ccddc95fa9d3f5006b7
Author: tzssangglass <[email protected]>
AuthorDate: Tue Dec 7 18:44:31 2021 -0600
chore: delete expired inspiration statements (#5716)
---
apisix/core/response.lua | 2 --
1 file changed, 2 deletions(-)
diff --git a/apisix/core/response.lua b/apisix/core/response.lua
index 9ce9c40..221c184 100644
--- a/apisix/core/response.lua
+++ b/apisix/core/response.lua
@@ -164,8 +164,6 @@ end
-- final_body = transform(final_body)
-- ngx.arg[1] = final_body
-- ...
---
--- Inspired by kong.response.get_raw_body()
function _M.hold_body_chunk(ctx, hold_the_copy)
local body_buffer
local chunk, eof = arg[1], arg[2]