mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fixed bug: gzip do not working out, becouse accessible flag settet up to _controller object
This commit is contained in:
parent
9e3acd7ce9
commit
85c3c96508
1 changed files with 2 additions and 3 deletions
|
|
@ -264,9 +264,8 @@ CloudServer._controller=function(pReq, pRes)
|
|||
if (lAcceptEncoding &&
|
||||
lAcceptEncoding.match(/\bgzip\b/) &&
|
||||
Zlib){
|
||||
this.Gzip=true;
|
||||
}else
|
||||
this.Gzip=false;
|
||||
CloudCommander.Gzip=true;
|
||||
}
|
||||
/* путь в ссылке, который говорит
|
||||
* что js отключен
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue