[#228] PUSH_PROMISE with CONTINUATION can end a stream

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:47:54 UTC