Skip to content

Commit 963848b

Browse files
committed
push
1 parent ae3ebc8 commit 963848b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/client/streamable_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ async def handle_request_async():
471471
else:
472472
await handle_request_async()
473473

474-
except Exception: # pragma: no cover
474+
except Exception: # pragma: lax no cover
475475
logger.exception("Error in post_writer")
476476
finally:
477477
await read_stream_writer.aclose()

0 commit comments

Comments
 (0)