void shutDown() {
        disconnect( http, SIGNAL(finished()), q, SLOT(httpReqFinished()) );
        http->deleteLater();
        http = 0;
        destination->close();
        destination->deleteLater();
        destination = 0;

    }