Revolyssup commented on code in PR #12509:
URL: https://github.com/apache/apisix/pull/12509#discussion_r2269857119


##########
apisix/plugin.lua:
##########
@@ -1234,6 +1236,30 @@ function _M.run_plugin(phase, plugins, api_ctx)
     return api_ctx, plugin_run
 end
 
+function _M.set_plugins_meta_parent(plugins, parent)
+    if not plugins then
+        return

Review Comment:
   This is not an error. `plugins` may or may not exist on the route, if they 
dont then nothing needs to be attached and this logic can be silently skipped



-- 
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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to