ok2c opened a new pull request, #725:
URL: https://github.com/apache/httpcomponents-client/pull/725

   There was a 
[report](https://lists.apache.org/thread/ll2q7kh0jtffq8j95v5w17w2zty7g6yb) on 
the dev list recently about clients getting stuck trying to close out a TLS 
connection while holding a lock on the connection pool, effectively rendering 
those clients completely disabled. I thought it should not never happen and it 
turned out I was wrong. The issue was known and got fixed in `core` but the fix 
never got applied to `client`.
   
   Basically this change-set makes sure the socket timeout is set to 1 second 
before connections get closed out inside the pool lock.
   
   @arturobernalg  Please double-check.


-- 
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