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

http2: correct behaviour for enablePush unpack #15167

Closed

Commits on Sep 7, 2017

  1. http2: correct behaviour for enablePush unpack

    The only valid values for enablePush are 0 and 1. If validation
    is requested, we should verify that it wasn't set to another
    value rather than casting to Boolean regardless of value.
    apapirovski committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    f4ee377 View commit details
    Browse the repository at this point in the history