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

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

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

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

        Activity

          People

            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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes