Hi Chris, On 15/04/2020 17:40, Chris Hegarty wrote:
It is allowable for a HEADERS frame to carry an END_STREAM, but not an END_HEADERS. If this happens, then CONTINUATION frames must follow, the last of which will carry END_HEADERS. That probably explains why the END_STREAM handling is done the way that it is.
That does not make sense. If there is END_STREAM there cannot be any continuation frames since the stream will be closed. cheers, -- daniel