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.12k stars 193 forks source link

remove sozu_lib::router::trie and replace use with pattern_trie #1128

Closed Keksoj closed 3 months ago

Keksoj commented 3 months ago

this is to solve #1084

This PR removes one of both implementations of TrieNode, to keep the other.

Maybe I'm playing with fire here, let me know.