GoDoxy/internal/net/http
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
..
loadbalancer Fixed a few issues: 2024-10-18 16:47:01 +08:00
middleware Fixed a few issues: 2024-10-18 16:47:01 +08:00
common.go tuned some http settings, refactor 2024-10-04 07:13:52 +08:00
content_type.go improved idlewatcher and content type matching, update CI 2024-10-07 17:41:08 +08:00
content_type_test.go improved idlewatcher and content type matching, update CI 2024-10-07 17:41:08 +08:00
header_utils.go get back aa6fafd5, accidentally reverted in 03cad9f3 2024-10-07 00:06:29 +08:00
modify_response_writer.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
reverse_proxy_mod.go refactored some stuff, added healthcheck support, fixed 'include file' reload not showing in log 2024-10-12 13:56:38 +08:00
status_code.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