mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 01:47:35 +00:00
fix(ponse) generateHeaders: ext -> extionsion
This commit is contained in:
parent
14597a31fa
commit
24e558a569
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@
|
|||
'Content-Length': p.range.size
|
||||
});
|
||||
|
||||
cmp = Util.strCmp(ext, '.appcache');
|
||||
cmp = Util.strCmp(extension, '.appcache');
|
||||
if (!p.cache || cmp)
|
||||
maxAge = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue