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 0a04e7f28f - Show all commits

View File

@ -219,6 +219,7 @@ public class ClientDownloadTCP implements Runnable {
throw new InternalError();
} catch (SocketClosed e){
System.err.println("getHashSum512 : SocketClosed");
throw new InternalError();
}
}