TechnikEmpire / HttpFilteringEngine

Transparent filtering TLS proxy.
Mozilla Public License 2.0
59 stars 33 forks source link

Report all thrown exceptions BEFORE throwing #139

Open TechnikEmpire opened 7 years ago

TechnikEmpire commented 7 years ago

We have a few critical exceptions that get thrown on the C++ side. We also have some in the C# diverter.

In all these cases, lets call ReportError before throwing them just to ensure that they get logged.