> > > This problem typically happens when client and server have the same > > idle timeout. > > One connection is idling out, the client grabs it to send a request > > exactly at the same moment the server has decided to close it due to > > inactivity. > > The solution is simple: set the server idle timeout larger than the > client's. > > Super! I've upgraded to the latest Jetty and I've set the server's timeout to a non-default value. I'll let you know if it reoccurs.
thanks, Bert
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
