tcp multiple #32

Merged
louis_royer merged 11 commits from tcp into servs-multiples 2020-03-18 16:26:21 +01:00
Showing only changes of commit 2d027c4f4f - Show all commits

View File

@ -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");
}
}