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

Add ENABLE_PUSH flag in the Upgrade HTTP2-Settings header #310

Open
wants to merge 11 commits into
base: development
from

Commits on Feb 21, 2017

  1. Add ENABLE_PUSH flag in the Upgrade HTTP2-Settings header

    Push flag required for the case the initial upgrade request
    triggered server push.
    hkwi committed Feb 21, 2017
  2. make the http11 connection enable_push optional

    If enable_push option was not explicitly set, HTTP2-Settings header
    will not include ENABLE_PUSH option.
    hkwi committed Feb 21, 2017
  3. apply autopep8

    fix for `flake8 --max-complexity 15`
    hkwi committed Feb 21, 2017
  4. change code formatting

    hkwi committed Feb 21, 2017
  5. add server push test with h2c upgrade

    hkwi committed Feb 21, 2017
  6. apply autopep8

    hkwi committed Feb 21, 2017
  7. apply autopep8

    hkwi committed Feb 21, 2017
  8. apply autopep8

    hkwi committed Feb 21, 2017
  9. fix typo

    hkwi committed Feb 21, 2017

Commits on Feb 23, 2017

  1. fix test synchronization

    Some tests requires synchronization to let the connection
    state machine working.
    hkwi committed Feb 23, 2017
  2. remove unused variable

    hkwi committed Feb 23, 2017
You can’t perform that action at this time.