From 06482fa3ab676118688a4a601d39718259e927ee Mon Sep 17 00:00:00 2001 From: Hanada Date: Wed, 8 Apr 2026 23:20:06 +0800 Subject: [PATCH] feat: add new supported phases to supported_semaphore_wait_phases --- src/resty/dns/client.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/resty/dns/client.lua b/src/resty/dns/client.lua index a40c6ce..6fc6105 100644 --- a/src/resty/dns/client.lua +++ b/src/resty/dns/client.lua @@ -861,9 +861,14 @@ local function syncQuery(qname, r_opts, try_list, count) local supported_semaphore_wait_phases = { rewrite = true, + server_rewrite = true, access = true, + precontent = true, content = true, timer = true, + proxy_ssl_cert = true, + proxy_ssl_verify = true, + ssl_client_hello = true, ssl_cert = true, ssl_session_fetch = true, preread = true,