Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-82244

[REG 5.15] Custom scheme responses are cut off after 64k

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P1: Critical P1: Critical
    • 5.15.0 Beta1
    • 5.15.0 Alpha
    • WebEngine
    • None
    • 7cc93a0953e5f923699c1945b17706364f0f2160 (qt/qtwebengine/5.15)

      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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            juri.valdmann Jüri Valdmann (Inactive)
            the compiler Florian Bruhin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes