Работа над распаковкой websocket
This commit is contained in:
@@ -22,6 +22,6 @@ public class CtfService {
|
||||
|
||||
private boolean mergeAdjacentPackets;
|
||||
|
||||
private boolean inflateWebSockets = true; //TODO
|
||||
private boolean inflateWebSockets;
|
||||
|
||||
}
|
||||
@@ -52,6 +52,8 @@ public class Packet {
|
||||
|
||||
private boolean ungzipped;
|
||||
|
||||
private boolean webSocketInflated;
|
||||
|
||||
private byte[] content;
|
||||
|
||||
@Transient
|
||||
|
||||
Reference in New Issue
Block a user