forked from External/mage
Server: fixed missing data compress for some server's responses;
This commit is contained in:
parent
5524224d63
commit
0faecb2fb6
5 changed files with 27 additions and 13 deletions
|
|
@ -14,7 +14,7 @@ public final class CompressUtil {
|
|||
* Defines should data be compressed or not. True by default. Read from
|
||||
* system property:
|
||||
*/
|
||||
private static boolean compressData = true;
|
||||
private static boolean compressData;
|
||||
|
||||
/**
|
||||
* Defines the system property name to disable any compressing.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue