I think a QNetworkAccessManager instance limits itself to 6 connections in total, not sure if it has an additional per-server limit.
You can guess an upper limit by taking the minimum of pending QNetworkReply objects and 6 * number of QNetworkAccessManager instances.
If you need to know the exact number you'll have to dig into QNetworkAccessManager's implementation
Not from the API, but of course you have the code so you are not necessarily limited by that.
That's the same connection as the request, HTTP is a request/response protocol, it can't to reverse connections control/data channel dual connections.
Cheers,
_






Reply With Quote

Bookmarks