We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999ae0a commit c01b5d1Copy full SHA for c01b5d1
cSploit/src/main/java/org/csploit/android/net/http/proxy/StreamThread.java
@@ -41,7 +41,7 @@ public class StreamThread implements Runnable
41
};
42
43
private final static String HEAD_SEPARATOR = "\r\n\r\n";
44
- private final static int CHUNK_SIZE = 1024;
+ private final static int CHUNK_SIZE = 64 * 1024;
45
46
private String mClient = null;
47
private InputStream mReader = null;
0 commit comments