We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355584b commit 25a20a2Copy full SHA for 25a20a2
src/mcp/client/streamable_http.py
@@ -334,7 +334,7 @@ async def _handle_sse_response(
334
await response.aclose()
335
return # Normal completion, no reconnect needed
336
except Exception as e:
337
- logger.debug(f"SSE stream ended: {e}") # pragma: no cover
+ logger.debug(f"SSE stream ended: {e}")
338
339
# Stream ended without response - reconnect if we received an event with ID
340
if last_event_id is not None:
0 commit comments