Работа над распаковкой websocket

This commit is contained in:
serega6531
2020-04-05 01:51:33 +03:00
parent 2688e1fc56
commit d33ca5e667
4 changed files with 7 additions and 1 deletions

View File

@@ -22,6 +22,6 @@ public class CtfService {
private boolean mergeAdjacentPackets;
private boolean inflateWebSockets = true; //TODO
private boolean inflateWebSockets;
}

View File

@@ -52,6 +52,8 @@ public class Packet {
private boolean ungzipped;
private boolean webSocketInflated;
private byte[] content;
@Transient