mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
feature(ponse) sendFile: if !isGzip add length
This commit is contained in:
parent
cf8c40c17a
commit
fa51b77de1
1 changed files with 3 additions and 0 deletions
|
|
@ -209,6 +209,9 @@
|
|||
time : time
|
||||
});
|
||||
|
||||
if (!isGzip)
|
||||
p.length = length;
|
||||
|
||||
setHeader(params);
|
||||
|
||||
options = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue