Files
swift/test/unit/common/middleware/test_except.py
John Dickinson 20d4b00645 change catch_errors to use WSGIContext
The current catch_errors (ie without this patch) relinquishes control
before the underlying middleware/app has been evaluated. This results
in not catching errors in the stack when they occur in either the
start_response or in generating the first chunk sent to the client of
the underlying stack.

Change-Id: Iecd21e4fc7e30fa20239d011f69216354b50baf1
2012-11-15 13:18:38 -08:00

3.1 KiB