diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2009-08-07 08:58:10 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2009-08-20 08:52:37 (GMT) |
commit | 09138f1f4eb45c196506ab94a455dc47cec3575a (patch) | |
tree | 946d928f7cfc8413b85e55d06e93ec11308efb9c /src/network/access/qhttpnetworkconnectionchannel.cpp | |
parent | 3ab10cf8690c1ab8ca4692338d7264f81fd5918b (diff) | |
download | Qt-09138f1f4eb45c196506ab94a455dc47cec3575a.zip Qt-09138f1f4eb45c196506ab94a455dc47cec3575a.tar.gz Qt-09138f1f4eb45c196506ab94a455dc47cec3575a.tar.bz2 |
QNAM HTTP Code: Allow to specify the amount of TCP connections
We will use this for auto testing.
Reviewed-by: Thiago
Diffstat (limited to 'src/network/access/qhttpnetworkconnectionchannel.cpp')
-rw-r--r-- | src/network/access/qhttpnetworkconnectionchannel.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/network/access/qhttpnetworkconnectionchannel.cpp b/src/network/access/qhttpnetworkconnectionchannel.cpp index ed602c4..2d33527 100644 --- a/src/network/access/qhttpnetworkconnectionchannel.cpp +++ b/src/network/access/qhttpnetworkconnectionchannel.cpp @@ -41,6 +41,7 @@ #include "qhttpnetworkconnection_p.h" #include "qhttpnetworkconnectionchannel_p.h" +#include "private/qnoncontiguousbytedevice_p.h" #include <qpair.h> #include <qdebug.h> @@ -51,9 +52,6 @@ # include <QtNetwork/qsslkey.h> # include <QtNetwork/qsslcipher.h> # include <QtNetwork/qsslconfiguration.h> - -#include "private/qnoncontiguousbytedevice_p.h" - #endif QT_BEGIN_NAMESPACE |