Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apache HttpClient 4.1 pooled coonection manager support in Spring Web [SPR-6940] #11605

Closed
spring-projects-issues opened this issue Mar 3, 2010 · 2 comments
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Mar 3, 2010

Yevhen Yaremchuk opened SPR-6940 and commented

In current stable release (4.0) of Apache HttpClient API to support pooled connection manager is very limited but they have changed and extended ThreadSafeClientConnManager in 4.1-alpha1 significantly.

I understand that this is early days of next stable release and many changes in API and implementation are still possible. I needed that support in my current project and implemented it myself.


Affects: 3.0 GA

Attachments:

Issue Links:

1 votes, 2 watchers

@spring-projects-issues
Copy link
Collaborator Author

Yevhen Yaremchuk commented

This archive contains source code and unit tests for HttpReguestFactory based on ThreadSafeClientConnManager pooled connection manager.

@spring-projects-issues
Copy link
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants