From 68566d593afd174789d7adcb97ceef90062510b3 Mon Sep 17 00:00:00 2001 From: Jun Ouyang Date: Fri, 20 Dec 2024 15:09:53 +0800 Subject: [PATCH] fix: fix test --- lualib/resty/kong/upstream.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lualib/resty/kong/upstream.lua b/lualib/resty/kong/upstream.lua index 41df826d..3e029b83 100644 --- a/lualib/resty/kong/upstream.lua +++ b/lualib/resty/kong/upstream.lua @@ -41,7 +41,6 @@ local next_upstream_table = { http_403 = 0x00000100, http_404 = 0x00000200, http_429 = 0x00000400, - updating = 0x00000800, off = 0x00001000, non_idempotent = 0x00004000, }