From 16c718569f8792d1aff3ac2a6592330b670ce711 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Fri, 30 Sep 2011 21:52:09 +0000 Subject: [PATCH] Remove duplicate wrong line that should have been deleted in r535325. See the same text in the JavaDoc of the CometEvent class. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1177850 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/aio.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/webapps/docs/aio.xml b/webapps/docs/aio.xml index cc0a4ea68..eace4aaba 100644 --- a/webapps/docs/aio.xml +++ b/webapps/docs/aio.xml @@ -85,7 +85,6 @@
  • EventType.READ: This indicates that input data is available, and that one read can be made without blocking. The available and ready methods of the InputStream or Reader may be used to determine if there is a risk of blocking: the servlet - should read while data is reported available, and can make one additional read should read while data is reported available. When encountering a read error, the servlet should report it by propagating the exception properly. Throwing an exception will cause the error event to be invoked, and the connection -- 2.11.0