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

GRPC, QHttp2Channel: Implement metadata handling according to protocol

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.8
    • GRPC
    • None

    Description

      The QHttp2Stream implementation doesn't provide any handling or
      verification of the HTTP/2 spec. The gRPC over HTTP/2 protocol clearly
      defines how Response-Headers, Trailers and Trailers-Only have to behave.

      Currently we are missing crucial steps of validation:
       - HTTP status to be 200
       - Trailers contain gRPC status
       - Valid gRPC content-type found

      Ref: https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md#responses

       

      Attachments

        For Gerrit Dashboard: QTBUG-138494
        # Subject Branch Project Status CR V

        Activity

          People

            dennisoberst Dennis Oberst
            dennisoberst Dennis Oberst
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There is 1 open Gerrit change