TechnikEmpire / HttpFilteringEngine

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

Inspection of client payload (upload) causes corruption #108

Closed TechnikEmpire closed 7 years ago

TechnikEmpire commented 7 years ago

In the bridge, if we flag a client payload (upload) for inspection, we end up corrupting the data because we don't initiate subsequent reads until the payload is complete.

TechnikEmpire commented 7 years ago

Fixed in b82963e