Ensure that Proxy-Connection: Keep-Alive is respected for HTTP 1.0
authorAndy Shaw <andy.shaw@digia.com>
Fri, 22 Jun 2012 08:45:51 +0000 (10:45 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 22 Jun 2012 09:47:24 +0000 (11:47 +0200)
commit66589cd545e302ca535579f248071f77bc8b261b
tree6388aa0f45382e82e38edc8c1bef7dcde7af2203
parent4a8d9eed87565b20c1f10b173c652be26ea608f7
Ensure that Proxy-Connection: Keep-Alive is respected for HTTP 1.0

When doing a NTML authentication it would close the connection after
the second phase before replying when the reply was a HTTP 1.0 version
reply. Since the Proxy-Connection header is set to Keep-Alive in this
case we want to ensure we do not close in this siutation.

Task-number: QTBUG-26037

Change-Id: Icaaf2277efc0d05a946c52fb42b5191964e2e0fe
Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
src/network/access/qhttpnetworkreply.cpp