mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 04:35:32 +00:00
removed Socket.close() call in replication test frame to avoid killing client-side connection prematurely
Change-Id: I5793a2fdee9e4403323446e2eece9b4a84b1f538
This commit is contained in:
-1
@@ -375,7 +375,6 @@ public abstract class AbstractServerReplicationTestSetUp<ReplicableInterface ext
|
||||
}
|
||||
}
|
||||
pw.close();
|
||||
s.close();
|
||||
logger.info("Request handled successfully.");
|
||||
}
|
||||
} catch (IOException | ServletException e) {
|
||||
|
||||
Reference in New Issue
Block a user