Pass network session to http delegate
This functionality was in Qt4, and apparently lost in the QNetworkAccessHttpBackend -> QNetworkReplyHttpImpl change Change-Id: Ia354cfd2c10808a6543173ec017d911f1696e7fb Reviewed-by: Martin Petersson <Martin.Petersson@nokia.com>
This commit is contained in:
parent
e40b13459b
commit
ba2f772dff
@ -756,6 +756,9 @@ void QNetworkReplyHttpImplPrivate::postRequest()
|
|||||||
|
|
||||||
// Create the HTTP thread delegate
|
// Create the HTTP thread delegate
|
||||||
QHttpThreadDelegate *delegate = new QHttpThreadDelegate;
|
QHttpThreadDelegate *delegate = new QHttpThreadDelegate;
|
||||||
|
#ifndef QT_NO_BEARERMANAGEMENT
|
||||||
|
delegate->networkSession = managerPrivate->networkSession;
|
||||||
|
#endif
|
||||||
|
|
||||||
// For the synchronous HTTP, this is the normal way the delegate gets deleted
|
// For the synchronous HTTP, this is the normal way the delegate gets deleted
|
||||||
// For the asynchronous HTTP this is a safety measure, the delegate deletes itself when HTTP is finished
|
// For the asynchronous HTTP this is a safety measure, the delegate deletes itself when HTTP is finished
|
||||||
|
Loading…
x
Reference in New Issue
Block a user