Skip to content

Commit

Permalink
Update request_aware_table.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
dndx authored Sep 28, 2023
1 parent 656bbe2 commit afe83aa
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions kong/tools/request_aware_table.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
local table_new = require "table.new"
local table_clear = require "table.clear"

local debug_mode = kong.configuration.log_level == "debug"
local error = error
local get_phase = ngx.get_phase
local var = ngx.var
local log = ngx.log
local debug_mode = kong.configuration.log_level == "debug"
local error = error
local rawset = rawset
local setmetatable = setmetatable
local get_phase = ngx.get_phase
local var = ngx.var
local log = ngx.log


local NGX_VAR_PHASES = {
Expand Down

0 comments on commit afe83aa

Please sign in to comment.