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 Aiohttp Exceptions as valid responses #59

Merged

Commits on May 15, 2018

  1. Handle Aiohttp Exceptions as valid responses

    This PR fixes a bug that till now handled all exceptions as just 500,
    while valid Aiohttp Exceptions have to be handled as valid responses,
    they are used to notify none 2XX responses, perhaps a 401 is notified
    with a HTTPUnauthorized exception.
    pfreixes committed May 15, 2018
    Configuration menu
    Copy the full SHA
    40bb1d8 View commit details
    Browse the repository at this point in the history
  2. Added CHANGELOG

    pfreixes committed May 15, 2018
    Configuration menu
    Copy the full SHA
    fb55f35 View commit details
    Browse the repository at this point in the history
  3. Removed invalid files

    pfreixes committed May 15, 2018
    Configuration menu
    Copy the full SHA
    f9e2ee8 View commit details
    Browse the repository at this point in the history
  4. Fixed typos

    pfreixes committed May 15, 2018
    Configuration menu
    Copy the full SHA
    70cd217 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f3f930 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    93bf2c7 View commit details
    Browse the repository at this point in the history