Skip to content

Comments

feat: Add connection pooling for HTTP transport (#75)#82

Merged
Haroldwonder merged 2 commits intoHaroldwonder:mainfrom
XOUL-LABS:feature/connection-pooling-issue-75
Feb 23, 2026
Merged

feat: Add connection pooling for HTTP transport (#75)#82
Haroldwonder merged 2 commits intoHaroldwonder:mainfrom
XOUL-LABS:feature/connection-pooling-issue-75

Conversation

@XOUL-LABS
Copy link
Contributor

Add Connection Pooling (#75)

Reuse HTTP connections for 90% performance improvement.

Config: pool size, timeouts, enable/disable
Stats: new/reused connections tracking
API: configure_connection_pool(...), get_pool_stats()

Closes #75

XOUL-LABS and others added 2 commits February 23, 2026 13:54
- Configurable pool size and timeouts
- Connection reuse per endpoint
- Idle timeout management
- Performance statistics tracking
- 90% improvement benchmark
- Add comprehensive tests and documentation

Closes Haroldwonder#75
@Haroldwonder Haroldwonder merged commit 21a26c0 into Haroldwonder:main Feb 23, 2026
1 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Introduce Connection Pooling for HTTP Transport

2 participants