arturobernalg commented on PR #776:
URL: 
https://github.com/apache/httpcomponents-client/pull/776#issuecomment-4368931567

   > @arturobernalg I think we may have overlooked one important detail. What 
is going to happen if the client gets shut down and there are still pending 
requests stuck in the execution queue. We need to make sure those requests get 
properly cancelled.
   
   @ok2c 
   I added a close path to the shared execution queue and close it from the 
async client shutdown path. Pending queued exchanges are now cancelled instead 
of being left stuck in the queue.


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