1.7.2
Pre-release
Pre-release
sfc-gh-japatel
released this
25 Apr 17:06
·
273 commits
to released-branch-v1.7.2
since this release
Please Note: This is a fix on top of release branch v1.7.1
It fixes the below bug by using later version of Ingest SDK - [0.10.4-beta.2]
- Consume the response entity to free up connection
- As mentioned in httpclient docs
https://hc.apache.org/httpcomponents-client-4.5.x/quickstart.html
Please note that if response content is not fully consumed the underlying
connection cannot be safely re-used and will be shut down and discarded
by the connection manager.