mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Fixed compression on callback (#5340)
The callbacks are not being compressed =/ Related to the #5340
This commit is contained in:
parent
a317a875e7
commit
2767db5dac
1 changed files with 0 additions and 2 deletions
|
@ -56,8 +56,6 @@ public class ClientCallback implements Serializable {
|
|||
} else {
|
||||
this.data = CompressUtil.compress(data);
|
||||
}
|
||||
|
||||
this.data = data;
|
||||
}
|
||||
|
||||
public void decompressData() {
|
||||
|
|
Loading…
Reference in a new issue