* assign app before handle_request so that request.app could be used in case of connection timeout

* gitignore pip-wheel-metadata/

* remove default app for request class and fix lint issue
This commit is contained in:
7
2019-04-12 05:48:32 -07:00
committed by Stephen Sadowski
parent d58151a0eb
commit 53f45810ff
4 changed files with 12 additions and 5 deletions

3
.gitignore vendored
View File

@@ -15,4 +15,5 @@ docs/_build/
docs/_api/
build/*
.DS_Store
dist/*
dist/*
pip-wheel-metadata/