mirror of
https://github.com/therealaleph/MasterHttpRelayVPN-RUST.git
synced 2026-05-18 07:34:36 +03:00
v0.4.2: UI reads stats from the running proxy's fronter
The UI was creating its own DomainFronter instance and polling stats from it, while traffic actually went through the ProxyServer's own internal fronter. Result: stats grid stuck at zero even with traffic flowing. Fix: expose ProxyServer::fronter() and have the UI pick up that handle once the server is built, instead of constructing a parallel fronter.
This commit is contained in:
Generated
+1
-1
@@ -1360,7 +1360,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "mhrv-rs"
|
||||
version = "0.4.1"
|
||||
version = "0.4.2"
|
||||
dependencies = [
|
||||
"base64 0.22.1",
|
||||
"bytes",
|
||||
|
||||
Reference in New Issue
Block a user