nodejs/http2

http2: more comprehensive priority support

jasnell opened this issue · 1 comments

At some point we will need to decide if there needs to be more comprehensive support for dealing with priorities and stream dependencies. Just leaving this issue here as a placeholder.

Currently, the API includes the ability to set the priority for a stream, including sending a PRIORITY frame, and receiving an event when a PRIORITY frame is received. It is also possible to get the total dependency weight for a stream using the Http2Stream.prototype.state getter. That is all we should do with priority for the time being. Closing this issue.