Skip to content

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
Clone this wiki locally