Revolyssup commented on code in PR #12426: URL: https://github.com/apache/apisix/pull/12426#discussion_r2218187081
########## apisix/upstream.lua: ########## @@ -377,10 +256,10 @@ function _M.set_by_route(route, api_ctx) if not ok then return 503, err end - - local checker = fetch_healthchecker(up_conf) + local resource_version = up_conf.resource_version and (up_conf.resource_version .. Review Comment: It actually was nil in one test case which caused a panic. Let me find that test case. -- 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