Hi, I'm using the Apache DefaultHttpClient to make a get request to some website (I have tested it with several ones, doesn't matter) and the first request takes several seconds (over 3G network on an HTC Desire). Subsequent requests within roughly 15 seconds are much faster (0.5s). If I wait another 15seconds and trigger another request, it again takes some seconds (>4s or so). The request is using HTTP1.1, it seems to be some timeout in the framework or some hardware mechanism that puts the connection to sleep.
Does anyone have a clue what the reason could be? Regards, Martin -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

