Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0
-
None
Description
The current http wagon use SingleClientConnManager this means connection are not reused.
We could use ThreadSafeClientConnManager to use a connection pooling mechanism.