mirror of
https://github.com/infinite-iroha/touka.git
synced 2026-06-13 15:47:38 +08:00
Address PR review feedback: - Capture w := c.Writer before goroutine start, use w (not c.Writer) inside the goroutine to avoid holding *Context reference - Move channel send into select alongside context cancellation in all examples and tests, preventing goroutine leak when client disconnects while blocked on unbuffered send |
||
|---|---|---|
| .. | ||
| advanced.md | ||
| context.md | ||
| error-handling.md | ||
| introduction.md | ||
| middleware.md | ||
| quickstart.md | ||
| reverse-proxy.md | ||
| routing.md | ||
| sse.md | ||
| static-files.md | ||