denis.st
03/18/2016, 9:37 AMFuture.cancel is not enough to cancel the execution. It won't terminate neither http-request, nor underlying thread. So it's up to the developer to forward the cancellation intent to the HttpClient/HttpUrlConnection.
I'm not quite experienced in this though simple smile