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

Nagling delays with QNetworkAccessManager::post

    XMLWordPrintable

Details

    • 7a5e0c5712cbdeb9edb83dfd47d63277346537a9 (qt/qtbase/dev)

    Description

      When using QNetworkAccessManager::post, the HTTP header and the post data are sent using two separate writes. The subsequent read to get the response results in a write-write-read at the socket level that causes a delay due to the interaction between Nagling and delayed acks.

      Attachments

        For Gerrit Dashboard: QTBUG-41907
        # Subject Branch Project Status CR V

        Activity

          People

            richmoore Richard Moore (qtnetwork)
            spencer.schumann Spencer Schumann
            Votes:
            1 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes