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

Fix propagating exceptions #384

Closed

Conversation

jakubsvehla
Copy link

Fixes propagating exceptions when the PROPAGATE_EXCEPTIONS config setting is set to True by fixing exception handling in ASGIHTTPConnection. Currently, when PROPAGATE_EXCEPTIONS is set to True it returns the traceback as HTML instead of propagating the exception.

@jakubsvehla jakubsvehla deleted the fix-propagating-exceptions branch November 15, 2024 21:19
@jakubsvehla jakubsvehla restored the fix-propagating-exceptions branch November 15, 2024 21:19
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exception propagation via PROPAGATE_EXCEPTIONS config setting does not work
1 participant