Files
zeekay c955b6358e fix(world): events stream survives past the server WriteTimeout
The global 60s WriteTimeout (cmd/world) severed the long-lived ?stream=1 NDJSON
response every cycle — the world-gw ingester logged "unexpected EOF" and
reconnected in a loop. Clear the per-request write/read deadlines via
http.NewResponseController for the stream response ONLY; every other handler
keeps the global timeout.
2026-07-23 23:09:36 -07:00
..