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

Merge QNetworkReplyImpl and QNetworkAccessHttpBackend into QNetworkReplyHttpImpl

XMLWordPrintable

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

      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

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

            mgoetz Markus Goetz (Inactive)
            mgoetz Markus Goetz (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes