From 96f4184072250d23646b5866a63475723cfb275b Mon Sep 17 00:00:00 2001 From: kkolinko Date: Fri, 30 Sep 2011 22:21:35 +0000 Subject: [PATCH] Remove one more unneeded line. Correct punctuation. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1177862 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/aio.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/webapps/docs/aio.xml b/webapps/docs/aio.xml index eace4aaba..56b7cad5c 100644 --- a/webapps/docs/aio.xml +++ b/webapps/docs/aio.xml @@ -123,7 +123,6 @@ method of the event.
  • EventSubType.CLIENT_DISCONNECT: The client connection was closed (sub type of ERROR). - method of the event.
  • EventSubType.IOEXCEPTION: An IO exception occurred, such as invalid content, for example, an invalid chunk block (sub type of ERROR). @@ -306,7 +305,7 @@ public class ChatServlet CometEvent event.... event.setTimeout(30*1000); or event.getHttpServletRequest().setAttribute("org.apache.tomcat.comet.timeout", new Integer(30 * 1000)); This sets the timeout to 30 seconds. - Important note, in order to set this timeout, it has to be done on the BEGIN event. + Important note: in order to set this timeout, it has to be done on the BEGIN event. The default value is soTimeout

    If you are using the APR connector, all Comet connections will have the same timeout value. It is soTimeout*50 @@ -339,10 +338,10 @@ public class ChatServlet

    -- 2.11.0