StreamableHTTPClientTransport leaves POST requests pending when their SSE response ends or errors
A POST receives text/event-stream, but the request-scoped SSE errors or reaches EOF before the matching JSON-RPC response; the transport sees the failure quickly while the request stays pending until protocol timeout.