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 and samugi committed Oct 4, 2023
1 parent 656bbe2 commit c8ad88f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions kong/tools/request_aware_table.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
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 NGX_VAR_PHASES = {
Expand Down

0 comments on commit c8ad88f

Please sign in to comment.