AlinsRan commented on code in PR #10198:
URL: https://github.com/apache/apisix/pull/10198#discussion_r1325318628


##########
apisix/http/router/radixtree_host_uri.lua:
##########
@@ -78,10 +78,11 @@ local function push_host_router(route, host_routes, 
only_uri_routes)
         vars = route.value.vars,
         filter_fun = filter_fun,
         handler = function (api_ctx, match_opts)
+            local matched = core.table.deepcopy(match_opts.matched)

Review Comment:
   After routing matching, the table will be cleared.



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

Reply via email to