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

Fix error codes for http2, x509 and tls errors #2025

Merged
merged 6 commits into from
May 21, 2021

Commits on May 20, 2021

  1. Configuration menu
    Copy the full SHA
    5e40c92 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Fix error codes for http2, x509 and tls errors

    It seems http2, x509 and tls errors are not pointer errors, after all.
    
    I mostly found this through the fact that even after the last patches it
    still didn't match them, but now there are finally tests for all of
    them, so hopefully this will be a permanent fix.
    mstoykov committed May 21, 2021
    Configuration menu
    Copy the full SHA
    244218d View commit details
    Browse the repository at this point in the history
  2. Readd dial timeout error code and a test

    This was dropped as part of #2008 but it will be better if we
    differentiate between different timeouts
    
    Also add test for the `request timeout` error code in `httpext`
    mstoykov committed May 21, 2021
    Configuration menu
    Copy the full SHA
    01a5239 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17e73a9 View commit details
    Browse the repository at this point in the history
  4. Add tlsHeaderErrorCode

    mstoykov committed May 21, 2021
    Configuration menu
    Copy the full SHA
    ee7680d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09862f2 View commit details
    Browse the repository at this point in the history