Hi, Is there a way to properly dispose the resources of a connection regardless of the "mode" (i.e. persistent or non persistent). Using HC 4.3
The doc states what we should do in both cases[1] but I don't see an obvious way to close the connection when we should and just leave it open when the client uses persistent connections. This is related to SPR-12524[2] Thanks! S. [1] http://hc.apache.org/httpcomponents-client-ga/tutorial/html/fundamentals.html [2] https://jira.spring.io/browse/SPR-12524
