TechnikEmpire / HttpFilteringEngine

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

TlsCapableHttpBridge doesn't use sink param overload of BaseHttpTransaction::SetPayload() #20

Closed TechnikEmpire closed 8 years ago

TechnikEmpire commented 8 years ago

When filtering HTML, bridge does force usage of the sink param overload, allowing for a wholesale move of the new payload, rather than a copy. Should use BaseHttpTransaction::SetPayload(std::vector<char>&&). Fixed in next commit.