TechnikEmpire / HttpFilteringEngine

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

We set an atomic bool for enforcing the diversion loop AFTER starting diversion threads :O #133

Closed TechnikEmpire closed 7 years ago

TechnikEmpire commented 7 years ago

m_running = true is set after we've pushed and started all diversion threads. That's just dumb.

TechnikEmpire commented 7 years ago

Fixed in 655f9d0