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.