[android-developers] Re: HttpClient and Thread Pool - stale connections?

2012-04-24 Thread b0b
Aer you sure it isn't due to the network not fully connected yet after device resume from sleep ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Re: HttpClient and Thread Pool - stale connections?

2012-04-24 Thread Nathan
On Tuesday, April 24, 2012 11:50:02 AM UTC-7, b0b wrote: Aer you sure it isn't due to the network not fully connected yet after device resume from sleep ? No I am not sure, but what do I do about it if so? The device does not seem asleep, and the screen hasn't dimmed, but that doesn't

[android-developers] Re: HttpClient and Thread Pool - stale connections?

2012-04-24 Thread b0b
No I am not sure, but what do I do about it if so? The device does not seem asleep, and the screen hasn't dimmed, but that doesn't mean the device won't get lazy about network connections. The wifi disconnect policy is set to never, but I know Android can ignore that. Ok it is very

[android-developers] Re: HttpClient and Thread Pool - stale connections?

2012-04-24 Thread Nathan
Hmm. I'm not sure I can pin this on connection reuse. There is no keepalive header in the response. Based on that, DefaultConnectionReuseStrategy will return false and DefaultKeepAliveStrategy will return -1. Nathan -- You received this message because you are subscribed to the Google