We had the same issue when upgrading to restlet 2.0.0. >> Some links about the (I think) same issue: >> >> http://restlet.tigris.org/issues/show_bug.cgi?id=1053 >> andhttp://comments.gmane.org/gmane.comp.java.restlet/12273 >> >> It all boils down to calling the exhaust() method on the response >> representation (in a finally-block), which solves the problem. For some >> reason calling the release() method is not enough, and this 'exhaust' >> solves the problem. We asked a similar question on the list some days ago. >> > We tried adding exhaust calls, but still see hangs. Btw, it should be > enough to either fully read using BioUtils.copy *or* exhaust(), right? > Also, only on response, not request, correct? >
That the way we understand it (and could solve our hanging client calls), yes. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2650600

