Several days of over night testing showed that my application would still intermittently fail. Switching the order of the messages just reduced the incident rate. -- Timothy.
On Wed, Jul 1, 2009 at 1:52 PM, Timothy Aanerud <[email protected]>wrote: > ... > > In my actual application I have a scheduled background thread doing a POST > transaction, immediately followed by a GET transaction. The Premature EOF > exception has always occurred in the POST transaction. Since order does not > matter between these two message exchanges, I switched them around. After > doing this and trying several different scheduled time intervals for the > background thread, I have yet to see it fail using the > org.restlet.Client.Client using org.restlet.data.Protocol.HTTP or > Protocol.HTTPS. > > > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2371512

