yusing
6153e301e3
feat(debug): add debug route for reverseproxy origin unreachable page
...
Wire GET /reverseproxy/origin_unreachable on the debug mux to
reverseproxy.WriteDebugOriginUnreachablePage for local inspection.
2026-04-23 17:23:39 +08:00
yusing
01ca378bce
chore(debug): bind debug server to 7778 and log startup URL
...
Listen on :7778 instead of :7777 and emit an info log with the served
URL when the debug HTTP goroutine starts.
2026-04-23 17:23:39 +08:00
yusing
0f78158c64
refactor: fix lint errors; improve error handling
2026-02-22 16:04:25 +08:00
yusing
953ec80556
BREAKING(api): remove /reload api
2026-02-05 22:56:43 +08:00
yusing
09702266a9
feat(debug): implement debug server for development environment
...
- Added `listenDebugServer` function to handle debug requests.
- Introduced table based debug page with different functionalities.
- Updated Makefile to use `scc` for code analysis instead of `cloc`.
2025-12-22 16:57:47 +08:00