summaryrefslogtreecommitdiffstats
path: root/src/network/access/qhttpnetworkconnection_p.h
diff options
context:
space:
mode:
authorPrasanth Ullattil <prasanth.ullattil@nokia.com>2009-06-11 13:59:33 (GMT)
committerPrasanth Ullattil <prasanth.ullattil@nokia.com>2009-06-12 09:51:15 (GMT)
commit814667587e6ab9dda754647f08fec969ed8434aa (patch)
tree6f9ed3d54728b2dd017e85926af3693231c91358 /src/network/access/qhttpnetworkconnection_p.h
parentfd0ef21c295c316ccfebc833c011ed7a9fb5b3fc (diff)
downloadQt-814667587e6ab9dda754647f08fec969ed8434aa.zip
Qt-814667587e6ab9dda754647f08fec969ed8434aa.tar.gz
Qt-814667587e6ab9dda754647f08fec969ed8434aa.tar.bz2
Allow a maximum of 6 simultaneous HTTP connections to a server.
Even though the standard mandates a maximum of 2 connections, most new browsers support atleast 6 connections. So we are also bumping the limit. Task-number: 251144 Reviewed-by: Markus Goetz Reviewed-by: Peter Hartmann
Diffstat (limited to 'src/network/access/qhttpnetworkconnection_p.h')
-rw-r--r--src/network/access/qhttpnetworkconnection_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/access/qhttpnetworkconnection_p.h b/src/network/access/qhttpnetworkconnection_p.h
index 4603a55..b5f3593 100644
--- a/src/network/access/qhttpnetworkconnection_p.h
+++ b/src/network/access/qhttpnetworkconnection_p.h
@@ -250,7 +250,7 @@ public:
{}
};
static const int channelCount;
- Channel channels[2]; // maximum of 2 socket connections to the server
+ Channel *channels; // parallel connections to the server
bool pendingAuthSignal; // there is an incomplete authentication signal
bool pendingProxyAuthSignal; // there is an incomplete proxy authentication signal