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

Connect module exception handling to HttpContext #325

Merged
merged 1 commit into from
Apr 17, 2023

Conversation

twsouthwick
Copy link
Member

@twsouthwick twsouthwick commented Apr 17, 2023

HttpContext/HttpServerUtility had methods related to error handling.
When these were added to the adapter, there was no obvious way to
implement them, so they were added as no-ops. However, with module
support, their utility can be implemented as module events was the main
way people interacted with these errors.

Part of #280

HttpContext/HttpServerUtility had methods related to error handling.
When these were added to the adapter, there was no obvious way to
implement them, so they were added as no-ops. However, with module
support, their utility can be implemented as module events was the main
way people interacted with these errors.
@twsouthwick twsouthwick requested a review from Tratcher April 17, 2023 19:22
@twsouthwick twsouthwick merged commit 9412e6b into main Apr 17, 2023
@twsouthwick twsouthwick deleted the tasou/exception-feature branch April 17, 2023 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants