Closed TechnikEmpire closed 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.
BaseHttpTransaction::SetPayload(std::vector<char>&&)
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.