v0.45.0
fatedier/frpv0.45.0Oct 26, 2022by fatedier
AI Summary
Changes HTTP group load balancing logic to distribute requests round-robin instead of a single proxy.
Key Highlights
- HTTP group load balancing adjusted to forward requests round robin
Full Release Notes
### Improve * Adjust http group load balancing to forward requests to each frpc proxy round robin. Previous behavior is always forwarding requests to a single proxy in the case of single concurrency.