TechnikEmpire / HttpFilteringEngine

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

BaseHttpTransaction::SetPayload() Sink overload doesn't calculate size #45

Closed TechnikEmpire closed 8 years ago

TechnikEmpire commented 8 years ago

Sink overload doesn't calculate size correctly. References the size of the moved-from payload sink function parameter, which of course is not correct.