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

Write up a list of usability pitfalls (streams arriving out of order etc) #237

Open
jan-ivar opened this issue Mar 30, 2021 · 2 comments
Open
Assignees
Labels
Editorial This is an editorial PR that can be merged by editors without discussion Ready for PR

Comments

@jan-ivar
Copy link
Member

No description provided.

@jan-ivar jan-ivar self-assigned this Mar 30, 2021
@martinthomson
Copy link
Member

Maybe "pitfalls" rather than paper cuts. These are traps for the unwary.

@jan-ivar jan-ivar changed the title Write up a list of usability paper cuts (streams arriving out of order etc) Write up a list of usability pitfalls (streams arriving out of order etc) Mar 30, 2021
@martinthomson
Copy link
Member

Things identified thus far:

  • Stream receipt order might not match stream creation order. (This is a feature, not a bug, but it might be surprising as these will often match in testing.)
  • Streams that are aborted very soon after creation might never be seen by a receiver. (This is perhaps not desirable, but it's just a consequence of being forced to share a connection with HTTP/3.)

@yutakahirano yutakahirano added this to the No mileston milestone Jun 30, 2021
@wilaw wilaw added the Editorial This is an editorial PR that can be merged by editors without discussion label Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Editorial This is an editorial PR that can be merged by editors without discussion Ready for PR
Projects
None yet
Development

No branches or pull requests

4 participants