https://bz.apache.org/bugzilla/show_bug.cgi?id=58583
--- Comment #10 from Philippe Mouawad <[email protected]> --- Fix should be available in HTTPClient 4.5.2 as per commit: - https://github.com/ok2c/httpclient/commit/8f38a042494482e18f0129baf4f5118067acedde To have it in place, we will need to update HTTPHC4Impl to use the DefaultClientConnectionReuseStrategy.INSTANCE: ((AbstractHttpClient) httpClient).setReuseStrategy(DefaultClientConnectionReuseStrategy.INSTANCE); -- You are receiving this mail because: You are the assignee for the bug.
