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

reprioritize blocking asset files (.js, .css) for Chrome #349

Merged
merged 4 commits into from Jun 2, 2015

Commits on Jun 2, 2015

  1. sheduler_set_weight should allow weight=257 (which is used internally…

    … for push etc.)
    
    note: no need to check if weight is above 256 for network input, since it comes in as a single-byte value (bet. 1 and 256)
    kazuho committed Jun 2, 2015
    Copy the full SHA
    7a73e87 View commit details
    Browse the repository at this point in the history
  2. add i/f to return parent

    kazuho committed Jun 2, 2015
    Copy the full SHA
    9a9001b View commit details
    Browse the repository at this point in the history
  3. raise priority of blocking assets (.js or .css) to 257 for browsers n…

    …ot using priority trees
    kazuho committed Jun 2, 2015
    Copy the full SHA
    da9d195 View commit details
    Browse the repository at this point in the history
  4. expose the feature as configuration directive: `http2-reprioitize-blo…

    …cking-assets` (default is OFF)
    kazuho committed Jun 2, 2015
    Copy the full SHA
    50a8f4e View commit details
    Browse the repository at this point in the history