I am calling HttpClient.execute () on a background thread. Does an IOException cause a thread interrupt?
No, at least I have never seen this. Please note that you can interrupt the download by checking Thread.currentThread().isInterrupted()while copying from httpEntity.getContent().
Thread.currentThread().isInterrupted()
httpEntity.getContent()
Recently discussed the closure of connections in other states http://old.nabble.com/Close-interrupt-HTTP-connections-td30299655.html
Source: https://habr.com/ru/post/1764513/More articles:SQL 2008 R2 Standard - Indexing Support - sql-serverAny ideas on fixing the HTTP 400 error for MVC / Firefox? - firefoxFormatting and processing text input forms using php - htmlСохранение Wi-Fi/3g для заблокированного iphone - iphoneChange the URL in the browser using C # codebehind (NOT seo routing or URL rewriting) - c #Wi-Fi connection not alive when sleeping, with iOS4 - iphoneEmacs Starter Kit on Mac - emacsWhat is the argument? - javascriptcode optimization haskell - optimizationKeep WiFi connected even iPad goes to sleep / locked in iOS 5 - objective-cAll Articles