hyproxy
hyproxy copied to clipboard
Multi-threaded event loop
Right now, hyproxy's event loop is single-threaded. In order to match the performance of other reverse proxies, hyproxy will need to use a multi-threaded event loop.
Will be resolved when the new Tokio version is integrated.