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

Merge QNetworkReplyImpl and QNetworkAccessHttpBackend into QNetworkReplyHttpImpl

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P2: Important
    • 5.0.0
    • None
    • Network
    • None

    Description

      In the long run we want to get rid of the backend architecture and the QNetworkReplyImpl.

      • Merge to avoid overhead so we have a similar class as QNetworkReplyDataImpl and QNetworkReplyFileImpl
      • This required quite some work since it touches a lot of areas (HTTP, bearer management, POST/PUT buffering, caching, ...), however:
        • Bearer is only needed for FTP and HTTP(s)
        • POST/PUT buffering is only needed for HTTP(s) but lives in generic QNetworkReplyImpl
      • In this also lay the groundwork for threaded HTTP

      Attachments

        Issue Links

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

          Activity

            People

              mgoetz Markus Goetz (Inactive)
              mgoetz Markus Goetz (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