Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

There is no specific restriction on the amount of data that can be retrieved using QNetworkReply in Qt. However, the amount of data that can be transferred is limited by the network bandwidth and available resources on the client and server side. In addition, the response size can also be limited by server settings or configured timeouts. Therefore, it is important to handle the QNetworkReply data in a responsible and efficient manner to prevent issues such as memory exhaustion, network congestion, and connection timeouts.