TechnikEmpire / HttpFilteringEngine

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

Remove bzip2 dependency #78

Closed TechnikEmpire closed 8 years ago

TechnikEmpire commented 8 years ago

From what the docs tell me, bzip2 shouldn't be required in boost iostreams. Should be able to build boost iostreams with just zlib support and correctly support standard HTTP compression methods.

TechnikEmpire commented 8 years ago

Nope, assumptions were wrong. Bzip stays.