Add pprof server endpoint (optional, default off)

This commit is contained in:
antanst
2025-10-16 15:06:27 +03:00
parent 8e1297a230
commit bba00a9892
3 changed files with 15 additions and 4 deletions

View File

@@ -23,7 +23,3 @@ Run:
You'll need TLS keys, you can use `certs/generate.sh`
for quick generation.
## TODO
- [ ] Make TLS keys path configurable
- [ ] Fix slowloris (proper response timeouts)