mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
chore(main) sendFile: rm header
This commit is contained in:
parent
8b7251ba74
commit
6e618f5089
1 changed files with 2 additions and 2 deletions
|
|
@ -218,7 +218,7 @@
|
|||
header = {
|
||||
'Access-Control-Allow-Origin' : '*',
|
||||
'Content-Type' : type + encoding,
|
||||
'Last-Modified' : '' + new Date(),
|
||||
//'Last-Modified' : '' + new Date(),
|
||||
'Vary' : 'Accept-Encoding'
|
||||
};
|
||||
|
||||
|
|
@ -261,7 +261,7 @@
|
|||
* @param pGzip - данные сжаты gzip'ом
|
||||
*/
|
||||
function sendFile(params) {
|
||||
var isGzip, header,
|
||||
var isGzip,
|
||||
p = params,
|
||||
ret = checkParams(params);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue