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

Change QtNetwork to use more efficient QHttpHeaders iteration

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • P2: Important
    • 6.8.0 FF
    • 6.7.0 Beta2
    • Network: HTTP
    • None

    Description

      Parts of QtNetwork has been internally ported to use the new QHttpHeaders class.

      Nowadays the QHttpHeaders a more effective iteration API (size(), valueAt(), nameAt()) which, to my recollection, weren't available when the porting was made.

      That iteration API should be used instead of the "toListOfPairs()" and "toMultiMap()" and "toMultiHash()",
      (whichever are applicable).

      Attachments

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

        Activity

          People

            vuokko Juha Vuolle
            vuokko Juha Vuolle
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes