-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Version 1.4 Known Issues
Marek Sebera edited this page Jul 2, 2014
·
2 revisions
-
org.apache.http.NoHttpResponseException
on Android 2.X- If you suffer from this exception, it is recommended to disable
KeepAlive
feature of HttpClient - Like this
System.setProperty("http.keepAlive", "false");
, once before sending first request
- If you suffer from this exception, it is recommended to disable
The Android Asynchronous Http Client is released under the Apache License, Version 2.0.
Read the full license here: http://www.apache.org/licenses/LICENSE-2.0