Description
When sending requests to mimo-v2.5-pro via the API proxy, the upstream accepts the connection (200 OK) but never produces any content. SSE keepalive bytes are sent periodically, but no actual data payloads arrive. Streams have been observed hanging for 30+ minutes without timing out or returning an error.
This leaves the client connection stuck indefinitely — the proxy believes the stream is alive (keepalives are flowing) but no content is ever delivered.
Steps to reproduce
- Send a chat/completions request to mimo-v2.5-pro through the opencode proxy
- Observe the connection hangs with no content output
- SSE keepalive bytes continue flowing, keeping the connection alive
Description
When sending requests to mimo-v2.5-pro via the API proxy, the upstream accepts the connection (200 OK) but never produces any content. SSE keepalive bytes are sent periodically, but no actual data payloads arrive. Streams have been observed hanging for 30+ minutes without timing out or returning an error.
This leaves the client connection stuck indefinitely — the proxy believes the stream is alive (keepalives are flowing) but no content is ever delivered.
Steps to reproduce