GoDoxy/internal/net/http/loadbalancer
2024-10-09 18:10:51 +08:00
..
ip_hash.go added round_robin, least_conn and ip_hash load balance support, small refactoring 2024-10-09 10:39:07 +08:00
least_conn.go added round_robin, least_conn and ip_hash load balance support, small refactoring 2024-10-09 10:39:07 +08:00
loadbalancer.go performance improvement and small fix on loadbalancer 2024-10-09 18:10:51 +08:00
loadbalancer_test.go added round_robin, least_conn and ip_hash load balance support, small refactoring 2024-10-09 10:39:07 +08:00
logger.go added round_robin, least_conn and ip_hash load balance support, small refactoring 2024-10-09 10:39:07 +08:00
mode.go added round_robin, least_conn and ip_hash load balance support, small refactoring 2024-10-09 10:39:07 +08:00
round_robin.go added round_robin, least_conn and ip_hash load balance support, small refactoring 2024-10-09 10:39:07 +08:00
server.go performance improvement and small fix on loadbalancer 2024-10-09 18:10:51 +08:00