TechnikEmpire / HttpFilteringEngine

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

C API in HttpFilteringEngineCtl.hpp/cpp needs to not throw #2

Closed TechnikEmpire closed 8 years ago

TechnikEmpire commented 8 years ago

The provided C API needs to not throw, but rather have integer return types on all methods where status/error can be reported on a call.

TechnikEmpire commented 8 years ago

Fixed in 3ca349f.