qt5base-lts/tests/auto/qnetworkreply
Shane Kearns e01faeb5c7 Send User-Agent from the network request in http proxy CONNECT command
Some proxies can discriminate based on the User-Agent when sent a
CONNECT command for establishing a HTTPS connection.
With this change, if the User-Agent header is set in the QNetworkRequest
then it will be passed to the http socket engine for use in the connect
command sent to the proxy.
As before, "Mozilla/5.0" will be used by default when no user agent
has been set.

Task-number: QTBUG-17223
Reviewed-by: Markus Goetz
2011-05-09 13:16:13 +02:00
..
certs Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
echo Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
test Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
.gitattributes Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
.gitignore Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
bigfile Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
empty Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
image1.jpg Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
image2.jpg Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
image3.jpg Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qnetworkreply.pro Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qnetworkreply.qrc Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
resource Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
rfc3252.txt Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
smb-file.txt Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
tst_qnetworkreply.cpp Send User-Agent from the network request in http proxy CONNECT command 2011-05-09 13:16:13 +02:00