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

Combine QHttpHeaders values with comma+SP

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • P2: Important
    • 6.7.0 RC, 6.8.0 FF
    • 6.7
    • Network: HTTP
    • None

    Description

      Current implementation combines header values with a comma, and this

      name:value1
      name:value2
      

      Would become:

      name:value1,value2

      This is fine from standards point of view, but RFC 9110 recommends to use comma+space for consistency, so that the above would become:

      name:value1, value2

      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:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes