fix: prefer reporting error over status for 200 OK (#5378)

This commit is contained in:
nerix
2024-05-05 19:37:22 +02:00
committed by GitHub
parent 401feac0aa
commit 56fa973d7c
3 changed files with 22 additions and 3 deletions
+1
View File
@@ -2,6 +2,7 @@
## Unversioned
- Bugfix: If a network request errors with 200 OK, Qt's error code is now reported instead of the HTTP status. (#5378)
- Dev: Add doxygen build target. (#5377)
- Dev: Make printing of strings in tests easier. (#5379)