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

Handle valid JSON that doesn't contain service definitions #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 7, 2017

  1. Handle valid JSON that doesn't contain service definitions

    If a valid JSON payload is received during service lookup but it doesn't
    contain any service definitions we ffdc. It would be better to emit a
    NetworkError that the client can handle.
    Matt Whitehead committed Sep 7, 2017
    Configuration menu
    Copy the full SHA
    89866eb View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2017

  1. Fix no-lonely-if, keep line lengths under 80 chars

    Matt Whitehead committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    3ed51c8 View commit details
    Browse the repository at this point in the history