Re: svn commit: r1712529 - in /tomcat/tc8.0.x/trunk/java/org/apache: catalina/connector/ catalina/core/ coyote/ coyote/ajp/ coyote/http11/

2015-11-05 Thread Huxing Zhang
Hi Mark, Unit test failed because of this commit. Full details can be found in [1]. Test case failure exception stack trace: Testcase: testZeroLengthRequestBodyPostA took 3.038 sec FAILED expected:<200> but was:<500> junit.framework.AssertionFailedError: expected:<200> but was:<500> at

Re: svn commit: r1712529 - in /tomcat/tc8.0.x/trunk/java/org/apache: catalina/connector/ catalina/core/ coyote/ coyote/ajp/ coyote/http11/

2015-11-04 Thread Rémy Maucherat
2015-11-04 11:55 GMT+01:00 : > Author: markt > Date: Wed Nov 4 10:55:12 2015 > New Revision: 1712529 > > URL: http://svn.apache.org/viewvc?rev=1712529=rev > Log: > Follow-up to r1712081. > Comet is not-blocking too, so it also needs to trigger a read on a call to > available()

svn commit: r1712529 - in /tomcat/tc8.0.x/trunk/java/org/apache: catalina/connector/ catalina/core/ coyote/ coyote/ajp/ coyote/http11/

2015-11-04 Thread markt
Author: markt Date: Wed Nov 4 10:55:12 2015 New Revision: 1712529 URL: http://svn.apache.org/viewvc?rev=1712529=rev Log: Follow-up to r1712081. Comet is not-blocking too, so it also needs to trigger a read on a call to available() if no bytes are in the buffer Modified: