* Fix for #1286
When feign is done with the response, also invoke close on http response (if closeable)
* Update httpclient/src/main/java/feign/httpclient/ApacheHttpClient.java
Co-authored-by: Austin Pio <austinpioj@gmail.com>
* Update ApacheHttpClient.java
* Use finally block to close http5 client
* Use finally block to close http5 client
Co-authored-by: Kevin Davis <kdavisk6@gmail.com>
Co-authored-by: Austin Pio <austinpioj@gmail.com>