Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-71698

Emit a signal when a QNetworkReply is actually started

    XMLWordPrintable

Details

    • e1b010ff47ae81067802d9240ea990d6d9187484 (qt/qtbase/dev)

    Description

      Currently, QNetworkReply has isRunning() which is always !isFinished, but it is possible that it has not been started yet if it is waiting for other requests to be finished first so that it start a new one. Therefore having a means to know if has started by way of a function and a signal indicating it would enable users to keep track if they have a lot of requests on the go.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            cnn Qt Core & Network
            andysh Andy Shaw
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes