https://github.com/mbuet2ner/JEasyCrypto/blob/a524ca30f267fa0b4998087c24bed94d867aa6ad/JEasyCryptoClient/src/ResponseReader.java#L23 The client uses fixed size buffer to read responses from server. What if the data is longer than 4096 bytes!?
JEasyCrypto/JEasyCryptoClient/src/ResponseReader.java
Line 23 in a524ca3
The client uses fixed size buffer to read responses from server. What if the data is longer than 4096 bytes!?