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

QNAM does not follow redirects if HTTP/2 is enabled on original request

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.9, 5.10
    • 5.9, 5.10
    • Network
    • None
    • 49643145e13ff74cb3ecf6f5680fa23c91f661ff

    Description

      The resulting reply still has (for example) status code 302 and empty body while without http/2 enabled - it has a real payload.
      The reproducer (attachment) requires OpenSSL (ALPN/NPN to negotiate h2).
      The expected result - status code 200.
      Instead we have 302 (for example) and probably an empty QByteArray from reply->readAll()

      Attachments

        Issue Links

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

          Activity

            People

              tpochep Timur Pocheptsov
              tpochep Timur Pocheptsov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes