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

Implement HTTP/2 priority handling #41

Closed
kazuho opened this issue Oct 15, 2014 · 1 comment
Closed

Implement HTTP/2 priority handling #41

kazuho opened this issue Oct 15, 2014 · 1 comment

Comments

@kazuho
Copy link
Member

kazuho commented Oct 15, 2014

No description provided.

@kazuho
Copy link
Member Author

kazuho commented Nov 6, 2014

The leftovers are:

  • does not check the exclusive flag
  • PRIORITY frames are ignored
  • the prioritizing logic does not follow the guidelines in the spec
    • though the implemented logic is better in letting the web browser's rendering earlier
  • the implementation might not be optimal (if the number of weight levels being used becomes larger)

@kazuho kazuho closed this as completed Nov 6, 2014
gfx pushed a commit to gfx/h2o that referenced this issue Jun 12, 2020
Add an API to return the code for BCC to compile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant