shotover / shotover-proxy

L7 data-layer proxy
https://docs.shotover.io
Apache License 2.0
83 stars 16 forks source link

Remove TransformIter #1595

Closed rukai closed 4 months ago

rukai commented 4 months ago

This code has been unused since we removed Transform::transform_pushed, lets get rid of it. As a bonus, removing it reduces the size of Wrapper by 8 bytes.

I also removed Transform::set_pushed_messages_tx as I noticed we missed that too.