Re: svn commit: r1657125 - /tomcat/trunk/test/org/apache/coyote/http11/TestInternalOutputBuffer.java

2015-02-04 Thread Mark Thomas
On 04/02/2015 13:08, Mark Thomas wrote: > On 04/02/2015 12:55, Konstantin Kolinko wrote: >> Recent Buildbot build are hanging and are killed after a timeout, >> before they start running this test. (No recent test results for this >> test exist at buildbot) Thus I do not see what the error is. O

Re: svn commit: r1657125 - /tomcat/trunk/test/org/apache/coyote/http11/TestInternalOutputBuffer.java

2015-02-04 Thread Mark Thomas
On 04/02/2015 12:55, Konstantin Kolinko wrote: > 2015-02-04 14:45 GMT+03:00 : >> Author: markt >> Date: Wed Feb 4 11:45:39 2015 >> New Revision: 1657125 >> >> URL: http://svn.apache.org/r1657125 >> Log: >> Fix failing NIO2 unit test. >> Response body may not be chunked so doing a line-by-line rea

Re: svn commit: r1657125 - /tomcat/trunk/test/org/apache/coyote/http11/TestInternalOutputBuffer.java

2015-02-04 Thread Konstantin Kolinko
2015-02-04 14:45 GMT+03:00 : > Author: markt > Date: Wed Feb 4 11:45:39 2015 > New Revision: 1657125 > > URL: http://svn.apache.org/r1657125 > Log: > Fix failing NIO2 unit test. > Response body may not be chunked so doing a line-by-line read will fail > unless the client is explicitly told to us

svn commit: r1657125 - /tomcat/trunk/test/org/apache/coyote/http11/TestInternalOutputBuffer.java

2015-02-04 Thread markt
Author: markt Date: Wed Feb 4 11:45:39 2015 New Revision: 1657125 URL: http://svn.apache.org/r1657125 Log: Fix failing NIO2 unit test. Response body may not be chunked so doing a line-by-line read will fail unless the client is explicitly told to use the content length. Modified: tomcat/tru