As disussed on list, always use try-with-resources pattern when accessing HttpEntity, both in HttpClientResponseHandlers and executeOpen(...) usage.
HttpEntity
HttpClientResponseHandlers
executeOpen(...)
As disussed on list, always use try-with-resources pattern when accessing
HttpEntity
, both inHttpClientResponseHandlers
andexecuteOpen(...)
usage.