Skip to content

Commit

Permalink
Update apisix/wasm.lua
Browse files Browse the repository at this point in the history
Co-authored-by: leslie <59061168+leslie-tsang@users.noreply.github.com>
  • Loading branch information
spacewander and leslie-tsang authored Feb 16, 2022
1 parent 0b73f4f commit 82d88b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apisix/wasm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ local function http_request_wrapper(self, conf, ctx)
return 503
end

-- $wasm_process_req_body is predefined in Nginx conf
-- $wasm_process_req_body is predefined in ngx_tpl.lua
local handle_body = ctx.var.wasm_process_req_body
if handle_body ~= '' then
local body, err = core.request.get_body()
Expand Down

0 comments on commit 82d88b0

Please sign in to comment.