We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20173bd commit 834c937Copy full SHA for 834c937
waf.lua
@@ -46,7 +46,7 @@ elseif PostCheck then
46
fileExtCheck(m[3])
47
filetranslate = true
48
else
49
- if ngx.re.match(data,"Content-Disposition:",'isjo') then
+ if ngxmatch(data,"Content-Disposition:",'isjo') then
50
filetranslate = false
51
end
52
if filetranslate==false then
0 commit comments