Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.4.2, 5.5.0 RC
-
None
Description
The error flag is set and makes it impossible to retrieve status, statusText and responseText when state has changed to LOADING. Has been fixed for some http status codes in QTBUG-45358, but not for 500.
To reproduce run:
nc -l -p 8080 << EOF HTTP/1.1 500 Internal Server Error body body body EOF
and then: qmlviewer xhr-test.qml
Attachments
Issue Links
- relates to
-
QTBUG-49896 [QtQuick] XmlHttpRequest status is "lost" (becomes 0) in readyState 3->4 transition for PUT requests yielding response with custom HTTP status
-
- Reported
-