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: adjust error types, increase test coverage #15109

Commits on Aug 31, 2017

  1. http2: adjust error types, test coverage

    Change error types emitted from request and validatePriorityOptions
    to be TypeError rather than the incorrect RangeError. Add tests
    to confirm that all errors are thrown as expected (weight, parent,
    exclusive, silent, endStream and getTrailers). Add test for method
    CONNECT throwing error on missing :authority or superfluous :scheme
    and :path.
    apapirovski committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    d0a0d92 View commit details
    Browse the repository at this point in the history