mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 04:35:32 +00:00
close socker input stream properly before leaving the socket to GC
Change-Id: I35484bc0523045e450f5c417c61012ef0a79b7a9
This commit is contained in:
+1
@@ -375,6 +375,7 @@ public abstract class AbstractServerReplicationTestSetUp<ReplicableInterface ext
|
||||
}
|
||||
}
|
||||
pw.close();
|
||||
inputStream.close();
|
||||
logger.info("Request handled successfully.");
|
||||
}
|
||||
} catch (IOException | ServletException e) {
|
||||
|
||||
Reference in New Issue
Block a user