touka/docs
wjqserver 559aefeb85 fix(SSE): capture Writer before goroutine, use select for channel send
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
2026-03-29 16:50:37 +08:00
..
advanced.md feat: add built-in reverse proxy support 2026-03-29 00:33:56 +08:00
context.md docs: 补充完善文档内容 2026-03-22 10:13:05 +08:00
error-handling.md docs: add comprehensive documentation in Chinese 2026-02-18 14:28:03 +00:00
introduction.md feat: add built-in reverse proxy support 2026-03-29 00:33:56 +08:00
middleware.md docs: 修复文档中的API方法名和参数错误 2026-03-22 09:27:20 +08:00
quickstart.md docs: 修复文档中的API方法名和参数错误 2026-03-22 09:27:20 +08:00
reverse-proxy.md docs: explain reverse proxy query normalization 2026-03-29 01:48:50 +08:00
routing.md docs: 补充完善文档内容 2026-03-22 10:13:05 +08:00
sse.md fix(SSE): capture Writer before goroutine, use select for channel send 2026-03-29 16:50:37 +08:00
static-files.md docs: 修复文档中的API方法名和参数错误 2026-03-22 09:27:20 +08:00