spacewander commented on code in PR #6968:
URL: https://github.com/apache/apisix/pull/6968#discussion_r866597475
##########
apisix/init.lua:
##########
@@ -471,6 +481,9 @@ function _M.http_access_phase()
if api_ctx.dubbo_proxy_enabled then
return ngx.exec("@dubbo_pass")
end
+
+ -- plugin runner response call
+ ext_response_phase("response")
Review Comment:
We need to delay the `require` so the ext-plugin module won't be loaded if
it is disabled. Or maybe there is a better way.
--
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]