We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d1587 commit 231412dCopy full SHA for 231412d
apisix/ssl/router/radixtree_sni.lua
@@ -78,7 +78,7 @@ local function create_router(ssl_items)
78
79
core.log.info("route items: ", core.json.delay_encode(route_items, true))
80
-- for testing
81
- if #route_items > 1 then
+ if idx > 1 then
82
core.log.info("we have more than 1 ssl certs now")
83
end
84
local router, err = router_new(route_items)
0 commit comments