tcp multiple #32
@ -218,7 +218,7 @@ public class ClientDownloadTCP implements Runnable {
|
||||
} catch (IOException e) {
|
||||
throw new InternalError();
|
||||
} catch (SocketClosed e){
|
||||
system.err.println("getHashSum512 : SocketClosed");
|
||||
System.err.println("getHashSum512 : SocketClosed");
|
||||
}
|
||||
}
|
||||
|
||||
@ -340,7 +340,7 @@ public class ClientDownloadTCP implements Runnable {
|
||||
} catch (IOException e) {
|
||||
throw new InternalError();
|
||||
} catch (SocketClosed e){
|
||||
system.err.println("setSize : SocketClosed");
|
||||
System.err.println("setSize : SocketClosed");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user