sozu-proxy / sozu

Sōzu HTTP reverse proxy, configurable at runtime, fast and safe, built in Rust. It is awesome!
https://www.sozu.io/
GNU Affero General Public License v3.0
3.01k stars 187 forks source link

Remove the `Pool` from the `TcpListener` #1082

Closed Keksoj closed 6 months ago

Keksoj commented 7 months ago

The Pool should be carried by the TCP proxy, not by the listener.