I'm using HttpURLConnection for connecting to another service. After setting up the connection, I have the logic for reading input stream by calling the method getInputStream().
What can be possible issues in the case if I will not close this input stream in my project? It will be useful for me to get the info about possible issues with not closing output streams which are used for http connections.