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

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

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.15.0 Beta1
    • 5.15.0 Alpha
    • WebEngine
    • 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.

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes