spacewander commented on a change in pull request #4606:
URL: https://github.com/apache/apisix/pull/4606#discussion_r670110395
##########
File path: apisix/plugins/client-control.lua
##########
@@ -48,7 +48,7 @@ end
function _M.rewrite(conf, ctx)
- if not apisix_ngx_client then
+ if not ok then
Review comment:
The module is loaded by default, and "resty.apisix.client" is only
included in APISIX-OpenResty. So showing an error message will annoy people who
use regular OpenResty.
--
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]