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

QNetworkAccessManager: HTTP backend: start GET requests right away when called

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 4.6.2
    • 4.6.0
    • Network
    • None
    • 145fecc833926c307819752912e6833169799a53

      on the code path from QNetworkAccessManager::get() to
      QTcpSocket::write() there are two calls involved that are invoked
      via a QueuedConnection, which would in some occasions delay writing the
      data to the socket. The data should be written to the
      socket immediately, without returning to the event loop.

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

            phartman Peter Hartmann (closed Nokia identity) (Inactive)
            phartman Peter Hartmann (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes