Re: NioEndpoint closes connection upon timeout

2007-05-08 Thread Filip Hanik - Dev Lists
Reich, Matthias wrote: -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 11:00 AM However, the Javadoc of enum EventSubType says: TIMEOUT - the connection timed out (sub type of ERROR); note that this ERR

RE: NioEndpoint closes connection upon timeout

2007-05-08 Thread Reich, Matthias
> -Original Message- > From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 08, 2007 11:00 AM > > > > However, the Javadoc of enum EventSubType says: > > > > TIMEOUT - the connection timed out (sub type of ERROR); > note that this > > ERROR type is not fata

Re: NioEndpoint closes connection upon timeout

2007-05-08 Thread Filip Hanik - Dev Lists
Reich, Matthias wrote: The NioEndpoint seems to close a connection during the timeout handling. My client reacts to a connection failure with a resubmit of the last request, and I see this in the log: 07.05.2007 22:08:14 comettest.CometServlet event WARNUNG: BEGIN(16) POST /comettest/comet/reque

NioEndpoint closes connection upon timeout

2007-05-08 Thread Reich, Matthias
The NioEndpoint seems to close a connection during the timeout handling. My client reacts to a connection failure with a resubmit of the last request, and I see this in the log: 07.05.2007 22:08:14 comettest.CometServlet event WARNUNG: BEGIN(16) POST /comettest/comet/request?action=poll&count=1 07