We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caff7de commit 20173bdCopy full SHA for 20173bd
1 file changed
waf.lua
@@ -46,7 +46,7 @@ elseif PostCheck then
46
fileExtCheck(m[3])
47
filetranslate = true
48
else
49
- if ngx.re.find(data,"Content-Disposition:",'isjo') then
+ if ngx.re.match(data,"Content-Disposition:",'isjo') then
50
filetranslate = false
51
end
52
if filetranslate==false then
0 commit comments