1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-02-28 06:13:03 +01:00

Land #293, improve java/android download speed

This commit is contained in:
Brent Cook 2018-07-27 14:10:18 -05:00
commit 260cc9f196
No known key found for this signature in database
GPG Key ID: 1FFAA0B24B708F96

View File

@ -165,7 +165,7 @@ public class Channel {
public void run() {
try {
byte[] buffer = new byte[4096];
byte[] buffer = new byte[1024*1024];
int len;
while ((len = stream.read(buffer)) != -1) {
if (len == 0)