Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
None
-
5.10.1
-
None
-
9917eb2ec69c2d5cc1db408660df43af34fe63fb
Description
According to HTTP/2 spec:
A stream in the "open" state may be used by both peers to send frames of any type.
In QHttp2ProtocolHandler::handleContinuedHEADERS(), there's a condition which finishes such stream with "HEADERS on invalid stream" error.