mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
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
|
|
@ -35,6 +35,7 @@ public class LoadCallbackClient implements CallbackClient {
|
|||
|
||||
@Override
|
||||
public void processCallback(ClientCallback callback) {
|
||||
callback.decompressData();
|
||||
controlCount = 0;
|
||||
|
||||
// ignore bloaded logs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue