-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.5.10, 6.8.4, 6.9.3
-
c20d1be86 (dev), 00250b52a (6.10), 4ff267ba6 (tqtc/lts-6.8)
One can use the snippet on documentation for testing:
https://doc.qt.io/qt-6/qml-qtqml-xmlhttprequest.html#sending-requests
We'd expect status code and possibly request content to show us something if server returns 409 (Conflict). But right now, they do not. Status code ends in 0 at DONE and content is empty.
Add Conflict error to this list:
https://codereview.qt-project.org/c/qt/qtdeclarative/+/124397