Re: [#228] PUSH_PROMISE with CONTINUATION can end a stream

or just take the END_STREAM flag off of CONTINUATION and rely on the
initial frame for the flags for the group.


On Mon, Aug 12, 2013 at 3:47 PM, Martin Thomson <martin.thomson@gmail.com>wrote:

> https://github.com/http2/http2-spec/issues/228
>
> PUSH_PROMISE does not have an END_STREAM flag.
>
> However, a sender might emit a PUSH_PROMISE followed by a CONTINUATION
> with the END_STREAM set. As specified, this ends the stream.
>
> I think that we need to either prohibit this, or we add END_STREAM to
> PUSH_PROMISE.  I don't care which.  Bike shed... go!
>
>

Received on Monday, 12 August 2013 22:56:40 UTC