Skip to content

fix(http): drain SSE stream for connection reuse#790

Draft
DaleSeo wants to merge 1 commit intomainfrom
fix/streamable-http-connection-reuse
Draft

fix(http): drain SSE stream for connection reuse#790
DaleSeo wants to merge 1 commit intomainfrom
fix/streamable-http-connection-reuse

Conversation

@DaleSeo
Copy link
Copy Markdown
Member

@DaleSeo DaleSeo commented Apr 6, 2026

Fixes #789

Motivation and Context

How Has This Been Tested?

Breaking Changes

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

@github-actions github-actions bot added T-test Testing related changes T-core Core library changes T-transport Transport layer changes labels Apr 6, 2026
@DaleSeo DaleSeo force-pushed the fix/streamable-http-connection-reuse branch from 70e959d to 475ddeb Compare April 6, 2026 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T-core Core library changes T-test Testing related changes T-transport Transport layer changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

StreamableHttpClientTransport has 10x higher latency on subsequent calls vs Python SDK

1 participant