mirror of
https://github.com/tonikelope/megabasterd.git
synced 2025-04-29 22:24:32 +02:00
7.11b
https://github.com/tonikelope/megabasterd/issues/113 https://github.com/tonikelope/megabasterd/issues/189
This commit is contained in:
parent
8730f2bfc8
commit
9cfb26c019
@ -69,6 +69,12 @@ public class ChunkDownloaderMono extends ChunkDownloader {
|
||||
|
||||
if (con == null || chunk_error) {
|
||||
|
||||
if (http_error == 509 && MainPanel.isRun_command()) {
|
||||
|
||||
MainPanel.run_external_command();
|
||||
|
||||
}
|
||||
|
||||
URL url = new URL(worker_url + "/" + chunk_offset);
|
||||
|
||||
if (MainPanel.isUse_proxy()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user