[android-developers] HttpClient, URLConnection, settings, etc...

2008-10-10 Thread Jason Proctor
ensure that is inside , too, not inside . i've had problems using URLConnection directly - with short transfers i could reproducibly get "SOCKETLOG add_recv_stats 0" log error messages, accompanied by nothing being delivered to the Android app. i switched to using Socket or HttpClient, and e

[android-developers] HttpClient, URLConnection, settings, etc...

2008-10-09 Thread Jasp182
I have tried to call out to the web using both HttpClient and URLConnection, and I get "unknown error" in both cases at the point the call is actually made (HttpClient.execute() or URLConnection.getContent() methods). My emulator is able to connect to the web, because I can use the Browser with n