close socker input stream properly before leaving the socket to GC

Change-Id: I35484bc0523045e450f5c417c61012ef0a79b7a9
This commit is contained in:
Axel Uhl
2019-01-22 21:16:35 +01:00
parent 589df34a03
commit 9e130314f3
@@ -375,6 +375,7 @@ public abstract class AbstractServerReplicationTestSetUp<ReplicableInterface ext
}
}
pw.close();
inputStream.close();
logger.info("Request handled successfully.");
}
} catch (IOException | ServletException e) {