- Notifications
You must be signed in to change notification settings - Fork4.1k
Version 1.4 Known Issues
Marek Sebera edited this pageJul 2, 2014 ·2 revisions
org.apache.http.NoHttpResponseExceptiononAndroid 2.X- If you suffer from this exception, it is recommended to disable
KeepAlivefeature 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 theApache License, Version 2.0.
Read the full license here:http://www.apache.org/licenses/LICENSE-2.0