membphis commented on a change in pull request #2497:
URL: https://github.com/apache/apisix/pull/2497#discussion_r511526516



##########
File path: apisix/http/router/radixtree_host_uri.lua
##########
@@ -131,7 +131,7 @@ function _M.match(api_ctx)
     match_opts.remote_addr = api_ctx.var.remote_addr
     match_opts.vars = api_ctx.var
     match_opts.host = api_ctx.var.host
-    match_opts.matched = {}
+    match_opts.matched = core.tablepool.fetch("match_opts_matched", 0, 4)

Review comment:
       `match_opts_matched` is not a good name.
   
   Need to add the word `route`.




----------------------------------------------------------------
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.

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


Reply via email to