You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fh...@apache.org on 2012/07/11 23:24:19 UTC

svn commit: r1360408 - /tomcat/trunk/webapps/docs/aio.xml

Author: fhanik
Date: Wed Jul 11 21:24:18 2012
New Revision: 1360408

URL: http://svn.apache.org/viewvc?rev=1360408&view=rev
Log:
correct the sentence. chunked will not work, as the length is fixed and not encoding is added during send file

Modified:
    tomcat/trunk/webapps/docs/aio.xml

Modified: tomcat/trunk/webapps/docs/aio.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/aio.xml?rev=1360408&r1=1360407&r2=1360408&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/aio.xml (original)
+++ tomcat/trunk/webapps/docs/aio.xml Wed Jul 11 21:24:18 2012
@@ -345,7 +345,6 @@ public class ChatServlet
   </ul>
   <p>
     In addition to setting these parameters it is necessary to set the content-length header.
-    or set a transfer-encoding like chunked.
     Tomcat will not do that for you, since you may have already written data to the 
   </p>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org