We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83df9d commit 28bd038Copy full SHA for 28bd038
src/mcp/server/streamable_http.py
@@ -684,7 +684,6 @@ async def _terminate_session(self) -> None:
684
await self._write_stream.aclose()
685
except Exception as e:
686
logger.debug(f"Error closing streams: {e}")
687
- pass
688
689
async def _handle_unsupported_request(self, request: Request, send: Send) -> None:
690
"""Handle unsupported HTTP methods."""
@@ -925,4 +924,3 @@ async def message_router():
925
924
await write_stream.aclose()
926
927
928
0 commit comments