Hi! Is it possible to abort an ongoing HTTP request by calling Thread.interrupt() on the thread currently executing HttpClient.execute(...)? The tutorial only mentions HttpUriRequest.abort(), which is nice but proprietary (code that does not have access to the request object is not able to abort it - this may happen if the request is executed behind some [blocking] API).
Thanks, Mario
