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

Add support of sending multiple DATA frames in single HTTP/2 stream

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • None
    • Network: HTTP
    • None

    Description

      It would be nice to have a way to send multiple HTTP/2 data frames using Qt Network API. I dig a little in existing implementation and it looks like this could be done using an existing buffering mechanism, but instead of buffering data from QIODevice, send the data frame once 0 bytes available in the device. This also requires avoiding calculating content length for such a way of communication.

      Switching between buffering and sending of data frames might be done using a request-specific attribute.

      The implementation will open Qt Network API for client-side streaming and it would be easier to integrate Qt with gRPC.

      Attachments

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

        Activity

          People

            manordheim MÃ¥rten Nordheim
            semlanik Alexey Edelev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes