-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Done
-
Affects Version/s: 5.7.0
-
Fix Version/s: 5.9.0 Beta 4
-
Component/s: Documentation, WebEngine
-
Labels:None
-
Commits:3b901b25a86f49ebef9be03ec762ed76422fd91c
When downloading a file with an unknown size like http://httpbin.org/stream-bytes/1024 with QtWebEngine, downloadProgress gets emitted with 0 for bytesTotal.
This is kind of unexpected and different from QNetworkReply::downloadProgress where -1 is used for that purpose.
It's probably too late to change that behaviour now, but I think it should at least be documented.