mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
feature(ponse) send: rm unused isGzip
This commit is contained in:
parent
e42ee15564
commit
6747c48321
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@
|
|||
|
||||
if (lRet) {
|
||||
p = pParams;
|
||||
gzip = p.isGzip || isGZIP(p.request) && p.gzip;
|
||||
gzip = isGZIP(p.request) && p.gzip;
|
||||
|
||||
header = generateHeaders({
|
||||
name : p.name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue