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

errors: alter ERR_HTTP2_INVALID_CONNECTION_HEADERS #19807

Closed
wants to merge 3 commits into from
Closed

errors: alter ERR_HTTP2_INVALID_CONNECTION_HEADERS #19807

wants to merge 3 commits into from

Commits on Apr 4, 2018

  1. errors: alter ERR_HTTP2_INVALID_CONNECTION_HEADERS

    changes the base instance for ERR_HTTP2_INVALID_CONNECTION_HEADERS
    from Error to TypeError as a more accurate representation
    of the error.
    davidmarkclements committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    b53ac5c View commit details
    Browse the repository at this point in the history
  2. fixup: address comment

    David Mark Clements authored Apr 4, 2018
    Configuration menu
    Copy the full SHA
    a6b9fb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. add TypeError checks to unit tests

    davidmarkclements committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    4fc3cbb View commit details
    Browse the repository at this point in the history