TechnikEmpire / HttpFilteringEngine

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

Need to check for http_parser bug and manually parse status when detected #116

Closed TechnikEmpire closed 7 years ago

TechnikEmpire commented 7 years ago

http_parser has a bug in it where it will silently fail to call the on_status callback. Need to detect this and manually invoke this callback when detected.