Skip to content

Commit 5cda9c0

Browse files
committed
fix httpclientstreamablehttptransport handleConnectionClosed log
1 parent 2992bb3 commit 5cda9c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mcp-core/src/main/java/io/modelcontextprotocol/client/transport/HttpClientStreamableHttpTransport.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ private void handleException(Throwable t) {
252252
}
253253

254254
private void handleConnectionClosed() {
255+
logger.debug("Handling connection closed");
255256
Consumer<Void> handler = this.connectionClosedHandler.get();
256257
if (handler != null) {
257258
handler.accept(null);

0 commit comments

Comments
 (0)