Remove TLS support

This commit is contained in:
Sergey Shkurov
2023-08-03 02:46:30 +04:00
parent 938031f1de
commit 88e76c096d
41 changed files with 0 additions and 2802 deletions

View File

@@ -13,7 +13,6 @@ public class PacketDto {
private boolean incoming;
private boolean ungzipped;
private boolean webSocketParsed;
private boolean tlsDecrypted;
private boolean hasHttpBody;
private byte[] content;