spacewander commented on code in PR #8884:
URL: https://github.com/apache/apisix/pull/8884#discussion_r1112449418
##########
apisix/plugins/ext-plugin/init.lua:
##########
@@ -288,7 +288,14 @@ local function handle_extra_info(ctx, input)
local res
local info_type = req:InfoType()
- if info_type == extra_info.Var then
+ if info_type == extra_info.RespBody + 1 then --4 set_body
Review Comment:
Could you add the new field in https://github.com/api7/ext-plugin-proto?
You can read
https://github.com/apache/apisix/blob/master/docs/en/latest/internal/plugin-runner.md
for the implemented detail.
--
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]