Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stream 0 DT proposal conflicts with PRIORITY #1421

Closed
MikeBishop opened this issue Jun 6, 2018 · 3 comments · Fixed by #1422
Closed

Stream 0 DT proposal conflicts with PRIORITY #1421

MikeBishop opened this issue Jun 6, 2018 · 3 comments · Fixed by #1422
Labels
-http design An issue that affects the design of the protocol; resolution requires consensus.

Comments

@MikeBishop
Copy link
Contributor

After the design team output, all client-initiated bidirectional streams are used for requests, including Stream 0. Since Stream 0 will be a valid, actual client request, this creates a conflict with the use of Stream ID 0 in PRIORITY to indicate the root of the priority tree.

@MikeBishop MikeBishop added design An issue that affects the design of the protocol; resolution requires consensus. -http labels Jun 6, 2018
@martinthomson
Copy link
Member

Yep, placeholders FTW.

@ianswett
Copy link
Contributor

ianswett commented Jun 8, 2018

Or/And we can start stream IDs at 1.

@mikkelfj
Copy link
Contributor

mikkelfj commented Jun 8, 2018

if SID >= 1 at http level, that would be require handling stream 0 actually being used.

If enforced at transport layer then max stream ID = 0 as default suddenly enables not allowing any streams without resorting to stream counts in TP. That could be a good thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-http design An issue that affects the design of the protocol; resolution requires consensus.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants