removed Socket.close() call in replication test frame to avoid killing client-side connection prematurely

Change-Id: I5793a2fdee9e4403323446e2eece9b4a84b1f538
This commit is contained in:
Axel Uhl
2019-01-22 18:10:32 +01:00
parent c35793b76d
commit bcb1346555
2 changed files with 3 additions and 4 deletions
@@ -375,7 +375,6 @@ public abstract class AbstractServerReplicationTestSetUp<ReplicableInterface ext
}
}
pw.close();
s.close();
logger.info("Request handled successfully.");
}
} catch (IOException | ServletException e) {