From 6e8ad7b5c1e3b64122ea63bda6555ce01cf4e792 Mon Sep 17 00:00:00 2001 From: tzssangglass Date: Wed, 18 Dec 2024 17:14:06 +0800 Subject: [PATCH] chore Signed-off-by: tzssangglass --- lualib/resty/kong/var.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lualib/resty/kong/var.lua b/lualib/resty/kong/var.lua index b89a9e1e..2c0f0748 100644 --- a/lualib/resty/kong/var.lua +++ b/lualib/resty/kong/var.lua @@ -27,7 +27,7 @@ local metatable_patched local str_replace_char local replace_dashes_lower - local HTTP_PREFIX = "http_" +local HTTP_PREFIX = "http_" --Add back if stream module is implemented to aid readability --see bottom of: https://luajit.org/ext_ffi_tutorial.html