PavelZeger commented on issue #25898:
URL: https://github.com/apache/pulsar/issues/25898#issuecomment-4624326332

   > > When the HTTP client fails to close (which happens on socket leaks, 
half-closed connections, or shutdown races)
   > 
   > This doesn't seem to be a realistic analysis of when it could fail to 
close. Most likely the exception is never thrown and the reason it needs to be 
caught is that it's a checked exception. However, I do agree that swallowing 
exceptions isn't a good practice.
   
   I didn't want to leave it as is with swallowing exception thus I've 
preferred to open a PR and fix it.


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

Reply via email to