mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08: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…
Add table
Add a link
Reference in a new issue