You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/05/01 13:51:46 UTC

svn commit: r1477958 - /tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteOutputStream.java

Author: markt
Date: Wed May  1 11:51:46 2013
New Revision: 1477958

URL: http://svn.apache.org/r1477958
Log:
Typo, line length

Modified:
    tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteOutputStream.java

Modified: tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteOutputStream.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteOutputStream.java?rev=1477958&r1=1477957&r2=1477958&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteOutputStream.java (original)
+++ tomcat/trunk/test/org/apache/catalina/connector/TestCoyoteOutputStream.java Wed May  1 11:51:46 2013
@@ -84,7 +84,8 @@ public class TestCoyoteOutputStream exte
 
         ByteChunk bc = new ByteChunk();
         // Extend timeout to 5 mins for debugging
-        int rc = getUrl("http://localhost:" + getPort() + "/", bc, 300000, null, null);
+        int rc = getUrl("http://localhost:" + getPort() + "/", bc, 300000, null,
+                null);
 
         int totalCount = asyncWriteTarget + syncWriteTarget;
         StringBuilder sb = new StringBuilder(totalCount * 16);
@@ -122,7 +123,7 @@ public class TestCoyoteOutputStream exte
 
 
             AsyncContext asyncCtxt = req.startAsync();
-            // Inifinite timeout for debugging
+            // Infinite timeout for debugging
             asyncCtxt.setTimeout(0);
             asyncCtxt.start(new AsyncTask(asyncCtxt, sos));
         }



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