low ngxlua support ngxmatch

pull/47/merge v0.7
loveshell 2015-05-14 12:09:54 +08:00
parent 834c937a83
commit 2897e494ea
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ elseif PostCheck then
return true
end
size = size + len(data)
local m = ngx.re.match(data,'Content-Disposition: form-data;(.+)filename="(.+)\\.(.*)"','ijo')
local m = ngxmatch(data,'Content-Disposition: form-data;(.+)filename="(.+)\\.(.*)"','ijo')
if m then
fileExtCheck(m[3])
filetranslate = true