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

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

XMLWordPrintable

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

      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()

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes