RE: http connection timeout and version 1.1.6

2009-10-29 Thread Jerome Louvel
Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Jim Alateras [mailto:j...@comware.com.au] Envoyé : jeudi 29 octobre 2009 05:01 À : discuss@restlet.tigris.org Objet : Re: http connection timeout and version 1.1.6 Thanks Jerome for getting back to me. I ended doing

Re: http connection timeout and version 1.1.6

2009-10-29 Thread Jim Alateras
Technologies ~ Co-founder ~ http://www.noelios.com -Message d'origine- De : Jim Alateras [mailto:j...@comware.com.au] Envoyé : jeudi 29 octobre 2009 05:01 À : discuss@restlet.tigris.org Objet : Re: http connection timeout and version 1.1.6 Thanks Jerome for getting back to me. I

RE: http connection timeout and version 1.1.6

2009-10-29 Thread Jerome Louvel
...@comware.com.au] Envoyé : jeudi 29 octobre 2009 11:45 À : discuss@restlet.tigris.org Objet : Re: http connection timeout and version 1.1.6 strange that my trst cas Hi Jim, When a Client instance is created, it creates and wraps an internal helper. In your case, the additional helper that you

Re: http connection timeout and version 1.1.6

2009-10-28 Thread Jim Alateras
Thanks Jerome for getting back to me. I ended doing something like this and it seems to work for me Client client = useHttps ? new Client(new Context(), Protocol.HTTPS) : new Client(new Context(), Protocol.HTTP); HttpClientHelper helper = new

Re: http connection timeout and version 1.1.6

2009-10-27 Thread Jerome Louvel
Hi Jim, The patch you are referring to is actually attached to issue 622 but it applies to Apache HTTP Client 4.0 version now used by Restlet 2.0. It should be applied before Restlet 2.0 M6. Restlet 1.1 however is based on version 3.1 which has a different mechanism based on the