Hello Sébastien, > i start the small client > i see the server stopped at the breakpoint. > > i just do nothing, every body is waiting. > and after 10 seconds, the connection dropped !!
You don't expect the system to behave normally when you stop the service thread with a break point, do you? If the request size plays a role, then probably some buffer runs full, while with a small request everything fits into the buffer. If the 10 second delay is reproducible with different sizes of large requests, I would go looking for a monitor thread in Jetty that kills connections or hanging service threads. Remove the breakpoint, see if the code works then. If it does, the problem is in your server debugging environment. hope that helps, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]