Enable per network configuration proxy settings in QNetworkAccessManager
authorShane Kearns <shane.kearns@accenture.com>
Mon, 18 Apr 2011 14:23:33 +0000 (15:23 +0100)
committerMarkus Goetz <Markus.Goetz@nokia.com>
Mon, 9 May 2011 11:14:46 +0000 (13:14 +0200)
commit1ad3814a56ded1852efb3389edd03866699412f6
treeea720a6d5735867fbf6b3baf0447825e1ae0da05
parentf0f55cd59f72887e4d80ef5ba752400777458be0
Enable per network configuration proxy settings in QNetworkAccessManager

Delayed the resolving of the proxy until the backend is being started.
This is because the proxy settings are not known until after
QNetworkAccessManager has brought the network online using
QNetworkSession.
On Nokia's symbian3 phones, the default network configuration is a
service network containing a list of access points in priority order.
For a typical user, this will include one or more WLAN networks and a
cellular network - each of which can have different proxy settings.

Task-number: QTBUG-18618
Reviewed-by: Peter Hartmann
src/network/access/qnetworkaccessbackend.cpp
src/network/access/qnetworkaccessmanager.cpp