Comment 2 for bug 1981887

Revision history for this message
Dwayne Campbell (skillachie) wrote :

Got it. We had used QT networking stack to make all API calls and provide the user with incremental progress updates for the upload and download of files since it supports multipart out of the box

QNetworkAccessManager, QNetworkRequest, QUrl, QNetworkReply, \
    QHttpMultiPart, QHttpPart, QFile, QFileInfo, QIODevice

>Qt is configured to use the OSes ssl
facilities rather than openssl.

Got it

> I have no idea why Qt is unable to load
them, as I dont use the Qt network libraries.

Yes been trying to figure it out to not have to do a good bit of refactoring. Only came across the bug report I posted in the initial thread. The alternative is to rewrite and use only urllib