Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.15.0 Alpha
-
None
-
7cc93a0953e5f923699c1945b17706364f0f2160 (qt/qtwebengine/5.15)
Description
In the Qt 5.15 Alpha, custom URL scheme handler responses are cut off after 64k of data.
This can be observed with the webui example, by replacing about.html with this modified file (the only change is 80 added "lorem ipsum" paragraphs).
When compiling against 5.14 and launching the application, the entire text and the "quit" button is shown. With 5.15, the shown page is cut off in the middle of the text. When inspecting the network reply via QTWEBENGINE_REMOTE_DEBUGGING, it becomes apparent that the reply got cut off after ~64k bytes.