HTTP/2 stream state Reserved can only go to Half-Closed

I was just reviewing our SPDY code refactoring to more closely model
HTTP/2 streams when I thought about this. Other than simplicity (which
is indeed a fine reason), is there any reason we don't allow push
streams to start open rather than half-closed, at least within the
stream layer? I understand HTTP may not have this use case, but it
seems conceivable to me that a server could want to initiate a
bidirectional stream.

Just a thought. Cheers.

Received on Thursday, 9 January 2014 18:49:35 UTC