Sōzu HTTP reverse proxy, configurable at runtime, fast and safe, built in Rust. It is awesome!
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
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.