MekelCon commented on code in PR #8587:
URL: https://github.com/apache/apisix/pull/8587#discussion_r1060372343
##########
apisix/core/response.lua:
##########
@@ -80,7 +115,20 @@ function resp_exit(code, ...)
end
if idx > 0 then
- ngx_print(concat_tab(t, "", 1, idx))
+ local response = concat_tab(t, "", 1, idx)
+ local _, err = decode_json(response)
Review Comment:
Fiexed by @MekelCon
[perf: decode json
later](https://github.com/apache/apisix/pull/8587/commits/b4b60d28eb1ec0b1c0078633219d846e7be839a6)
--
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]