Details
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
- is required for
-
QTBUG-63438 Improve (or even implement) the correct redirects support
- Closed