Skip to content

Commit f502ba6

Browse files
committed
removed a useless assignment. thanks Soojin Nam for the report in openresty#16.
1 parent f362f3d commit f502ba6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/resty/upload.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ local sub = string.sub
55
local req_socket = ngx.req.socket
66
local match = string.match
77
local setmetatable = setmetatable
8-
local get_headers = ngx.req.get_headers
98
local type = type
109
local ngx_var = ngx.var
1110
-- local print = print

0 commit comments

Comments
 (0)