Salut Jean-Francois,
> Quick question (I will install the latest version). Are you
> changing the channel from non blocking to blocking somewhere:
Not really. I think the issue is coming from the org.restlet.util.ByteUtils
class which uses the NIO's Channels.newOutputStream(writableChannel) method.
But this method only works for blocking NIO channels...
I will try to change the implementation to take into account non blocking
socket channels.
Best regards,
Jerome