Skip to content

Commit af165dd

Browse files
committed
removed a useless line. thanks Soojin Nam for the patch in openresty#15.
1 parent 834771b commit af165dd

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 error = error
98
local get_headers = ngx.req.get_headers
109
local type = type
1110
-- local print = print

0 commit comments

Comments
 (0)