HttpFilteringEngine
HttpFilteringEngine copied to clipboard
Ensure all critical exceptions are caught, if possible
There are a few critical exceptions thrown for super edge case, critical errors that get caught. However, it appears that one of these has happened, and just shut down the program. I suppose that was the original design as they were deemed unrecoverable errors. However, we should look at some way to gracefully handle them.
Related to #139
Perhaps #139 is the only way to handle such critical exceptions, letting the exception cross the boundary and forcing termination.