Broken connection using Android client

2011-07-29 Thread Matt McMinn
I wrote a moderately complex server about 18 months ago based on Restlet 2.0 that has been happily serving data since then. I've recently needed to add some new features, and I'm running in to a problem with the new code. I've updated to Restlet 2.0.8 as well. For all requests to my new code

RE: Broken connection using Android client

2011-07-29 Thread Matt McMinn
I think I've fixed this problem by explicitly setting the connector helper in my client with: Engine.getInstance().getRegisteredClients().clear(); Engine.getInstance().getRegisteredClients().add(new HttpClientHelper(null)); I'm using the net client. So far it seems to have fixed