Skip to content

Commit 52a87d4

Browse files
committed
Revert accidental local removal of ngx_var
1 parent acf675c commit 52a87d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/resty/http.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ local ngx_log = ngx.log
2222
local ngx_DEBUG = ngx.DEBUG
2323
local ngx_ERR = ngx.ERR
2424
local ngx_WARN = ngx.WARN
25+
local ngx_var = ngx.var
2526
local ngx_print = ngx.print
2627
local ngx_header = ngx.header
2728
local co_yield = coroutine.yield

0 commit comments

Comments
 (0)