You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/10/19 08:53:02 UTC

[GitHub] [apisix] Bigwen-1 commented on issue #8118: help request: The upstream route selection affects the next request

Bigwen-1 commented on issue #8118:
URL: https://github.com/apache/apisix/issues/8118#issuecomment-1283657895

   是的  目前定位到在经过init.lua  _M.http_access_phase()  router.router_http.match(api_ctx) —> radixtree_uri.lua  _M.match(api_ctx)—> radixtree_uri.lua  base_router.match_uri(uri_router, match_opts, api_ctx) —>route.lua  _M.match_uri(uri_router, match_opts, api_ctx)  经过match_opts.matched = core.tablepool.fetch("matched_route_record", 0, 4) 一行获取到的matched_route  中upstream  node为上次修改后的upstream   api_ctx参数中也如此


-- 
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-unsubscribe@apisix.apache.org

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