The calls to close the InputStream in SearchResultHandler.parse() occurs after a possible exception is thrown by the parse method. This would cause the stream to not be closed.
Log in to post a comment.