Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-120747 [Spike] Investigate HTTP2 conformance testing for Qt HTTP server
  3. QTBUG-141207

QtHttpServer: Fix assertion after receiving a PRIORITY frame with a length other than 5 octets

XMLWordPrintable

    • Icon: Technical task Technical task
    • Resolution: Unresolved
    • Icon: Not Evaluated Not Evaluated
    • None
    • Qt Http Server
    • None
    • Foundation Sprint 139, Foundation Sprint 140, Foundation Sprint 141

      Running h2spec triggered an assertion after running test 6.3.2.

      The assertion failure is:  "validateHeader() == FrameStatus::goodFrame" in file /Users/oyheskes/src/qt-httpserver3/qtbase/src/network/access/http2/http2frames.cpp, line 153.

      The test is sending a PRIORITY frame with a length other than 5 octets.
      The result is correct: the endpoint MUST respond with a stream error of type FRAME_SIZE_ERROR.

      The assertion happens after the correct response has been sent.

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

            oyheskes Øystein Heskestad
            oyheskes Øystein Heskestad
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes