GoDoxy/internal/net/http/middleware
yusing 53557e38b6 Fixed a few issues:
- Incorrect name being shown on dashboard "Proxies page"
- Apps being shown when homepage.show is false
- Load balanced routes are shown on homepage instead of the load balancer
- Route with idlewatcher will now be removed on container destroy
- Idlewatcher panic
- Performance improvement
- Idlewatcher infinitely loading
- Reload stucked / not working properly
- Streams stuck on shutdown / reload
- etc...
Added:
- support idlewatcher for loadbalanced routes
- partial implementation for stream type idlewatcher
Issues:
- graceful shutdown
2024-10-18 16:47:01 +08:00
..
test_data fixed middleware implementation, added middleware tracing for easier debug 2024-10-02 13:55:41 +08:00
cidr_whitelist.go added round_robin, least_conn and ip_hash load balance support, small refactoring 2024-10-09 10:39:07 +08:00
cidr_whitelist_test.go fixed middleware implementation, added middleware tracing for easier debug 2024-10-02 13:55:41 +08:00
cloudflare_real_ip.go added round_robin, least_conn and ip_hash load balance support, small refactoring 2024-10-09 10:39:07 +08:00
custom_error_page.go correcting some behaviors for $DOCKER_HOST, now uses container's private IP instead of localhost 2024-10-11 09:13:38 +08:00
forward_auth.go refactored http import name, fixed and simplified idlewatcher/idlewaker implementation, dependencies update 2024-10-07 12:45:07 +08:00
middleware.go refactored some stuff, added healthcheck support, fixed 'include file' reload not showing in log 2024-10-12 13:56:38 +08:00
middleware_builder.go Fixed a few issues: 2024-10-18 16:47:01 +08:00
middleware_builder_test.go fixed serialization and middleware compose 2024-10-02 01:04:34 +08:00
middlewares.go added round_robin, least_conn and ip_hash load balance support, small refactoring 2024-10-09 10:39:07 +08:00
modify_request.go replacing label parser map with improved deserialization implementation, API host check now disabled when in debug mode 2024-10-03 01:50:49 +08:00
modify_request_test.go implement middleware compose 2024-10-01 16:38:07 +08:00
modify_response.go replacing label parser map with improved deserialization implementation, API host check now disabled when in debug mode 2024-10-03 01:50:49 +08:00
modify_response_test.go implement middleware compose 2024-10-01 16:38:07 +08:00
oauth2.go correcting some behaviors for $DOCKER_HOST, now uses container's private IP instead of localhost 2024-10-11 09:13:38 +08:00
real_ip.go added round_robin, least_conn and ip_hash load balance support, small refactoring 2024-10-09 10:39:07 +08:00
real_ip_test.go added round_robin, least_conn and ip_hash load balance support, small refactoring 2024-10-09 10:39:07 +08:00
redirect_http.go fixed middleware implementation, added middleware tracing for easier debug 2024-10-02 13:55:41 +08:00
redirect_http_test.go added real_ip and cloudflare_real_ip middlewares, fixed that some middlewares does not work properly 2024-09-30 04:03:48 +08:00
test_utils.go refactored some stuff, added healthcheck support, fixed 'include file' reload not showing in log 2024-10-12 13:56:38 +08:00
trace.go refactored http import name, fixed and simplified idlewatcher/idlewaker implementation, dependencies update 2024-10-07 12:45:07 +08:00
x_forwarded.go fixed route gone after container restart / Brename 2024-10-02 15:38:36 +08:00