TechnikEmpire / HttpFilteringEngine

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

Need to set http_parser to compile in non-strict mode #117

Closed TechnikEmpire closed 7 years ago

TechnikEmpire commented 7 years ago

http_parser needs to run in non-strict mode, otherwise sites like UPS.com fail due to invalid header characters etc. It's supposed to be faster as well and there's no security warnings about using this.