Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Fwd: occasional earlyEOF exceptions

> 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 

Back to the top