-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle Aiohttp Exceptions as valid responses (#59)
* 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. * Added CHANGELOG * Removed invalid files * Fixed typos * Keep raising the Aiohttp exceptions to the outer middlewares
- Loading branch information
1 parent
3c5d0eb
commit dc55f7c
Showing
3 changed files
with
93 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters