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(dump) address free mode workaround regression #335

Merged
merged 2 commits into from
Apr 22, 2021
Merged

Commits on Apr 21, 2021

  1. fix(dump) address free mode workaround regression

    8254879 did not properly handle _successful_ mTLS responses, as the nil
    error would not coerce to a Kong API error. Move the workaround into the
    error handling block to ensure that there is in fact an error response
    before checking its status.
    Travis Raines committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    d4b7649 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. pr: tighten error type check

    Travis Raines committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    58199c9 View commit details
    Browse the repository at this point in the history