carterkozak opened a new pull request #325:
URL: https://github.com/apache/httpcomponents-client/pull/325


   This fixes an issue in which connections were not returned to the
   pool when requests contained non-repeatable bodies AND responses
   were streamed. When both of these criteria were met, responses
   were returned without ResponseEntityProxy enhancements so that
   closing the response entity or stream no longer completed the
   exchange, thus leaking the connection which forever lived in the
   `leased` state in the connection pool.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to