Skip to content

Commit be161ed

Browse files
authored
Update http-enc-res-hdr.lua
1 parent 8b236a5 commit be161ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lua/http-enc-res-hdr.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ local function nodeSwitched()
108108
end
109109

110110
-- 节点切换功能,目前还在测试中(demo 中已开启)
111-
if nodeSwitched() then
112-
return
113-
end
111+
-- if nodeSwitched() then
112+
-- return
113+
-- end
114114

115115

116116
local h, err = ngx.resp.get_headers()

0 commit comments

Comments
 (0)