Improve debug logging around connections that cannot be reused by nfawcett · Pull Request #515 · apache/httpcomponents-client (original) (raw)

This commit is to improve debug logging around connections that are not reusable. This previous commit introduced usage of the isConsistent variable.

Upon upgrading from v4.5 -> 5.x I witnessed increased latency between version due to connections being closed and it not being obvious why. I eventually pinpointed to this change, so improving the debug logging around this to hopefully help others in the future.