We were having a similar problem where PUT requests over a slow link would fail. We resolved it by using the maxWaitTimeMs parameter for Simple.
I have no idea whether our issue is related or not, but I thought it'd be useful to have this in the archives. --Chuck -----Original Message----- From: Jerome Louvel [mailto:[EMAIL PROTECTED] Sent: Thursday, August 16, 2007 2:39 PM To: discuss@restlet.tigris.org Subject: RE: Keep Alive Problem with Simple Framwork Hi all, Let's tackle this one now as it seems to bother several users. I've entered a bug report here: http://restlet.tigris.org/issues/show_bug.cgi?id=348 Rob, if you could contribute your test case to report that would help us. Best regards, Jerome > -----Message d'origine----- > De : Rob Heittman [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 16 août 2007 01:51 > À : discuss@restlet.tigris.org > Objet : Re: Keep Alive Problem with Simple Framwork > > Confirming all three methods exhibit the same problem on Simple with > 1.0-current as well as trunk. I'll look at it further tonight if I > have time; we have a nicely reproducible test case. > > ----- Original Message ----- > From: "Rob Heittman" <[EMAIL PROTECTED]> > To: discuss@restlet.tigris.org > Sent: Wednesday, August 15, 2007 6:26:34 PM (GMT-0500) > America/New_York > Subject: RE: Keep Alive Problem with Simple Framwork > > I just saw this behavior in svn trunk on Simple with not just POST, > also PROPFIND and PUT ... anything with an entity body in the request. > I worked around it with the new > Request.release() mechanism, but was not able to locate the underlying > cause. > > >