Revolyssup commented on code in PR #12426: URL: https://github.com/apache/apisix/pull/12426#discussion_r2214856721
########## apisix/balancer.lua: ########## @@ -213,7 +214,9 @@ local function pick_server(route, ctx) local version = ctx.upstream_version local key = ctx.upstream_key - local checker = ctx.up_checker Review Comment: checker is no longer attached to request context and fetched by resource_key and version ########## apisix/balancer.lua: ########## @@ -213,7 +214,9 @@ local function pick_server(route, ctx) local version = ctx.upstream_version local key = ctx.upstream_key - local checker = ctx.up_checker Review Comment: fixed -- 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