From: kkolinko
Date: Fri, 30 Sep 2011 22:21:35 +0000 (+0000)
Subject: Remove one more unneeded line. Correct punctuation.
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=96f4184072250d23646b5866a63475723cfb275b;p=tomcat7.0
Remove one more unneeded line. Correct punctuation.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1177862 13f79535-47bb-0310-9956-ffa450edef68
---
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
-
org.apache.tomcat.sendfile.filename: Canonical filename of the file which will be sent as
+
org.apache.tomcat.sendfile.filename: Canonical filename of the file which will be sent as
a String
-
org.apache.tomcat.sendfile.start: Start offset as a Long
-
org.apache.tomcat.sendfile.end: End offset as a Long
+
org.apache.tomcat.sendfile.start: Start offset as a Long
+
org.apache.tomcat.sendfile.end: End offset as a Long