Windows - handle proxy autoconfiguration resulting in no proxy
authorShane Kearns <ext-shane.2.kearns@nokia.com>
Wed, 22 Feb 2012 20:20:27 +0000 (20:20 +0000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 8 Mar 2012 04:31:40 +0000 (05:31 +0100)
commit25c05ce3bb8b53ed937363492b8222ee3b83d749
tree71b7df4c9042f47afc206c4ba0f45df53b1860f0
parenta7489b2ba3f2f3ea28d6fff0c835c12b0666af45
Windows - handle proxy autoconfiguration resulting in no proxy

The PAC file may result in direct connection, in which case
WinHttp returns null strings for the proxies and the connection
type marked as direct.
In this case, return the default list (no proxy)

Change-Id: I601033f56a841bb92ea80a28174bb993b024ad79
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/network/kernel/qnetworkproxy_win.cpp