Re: svn commit: r1137638 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java Http11AprProtocol.java

2011-06-21 Thread Konstantin Kolinko
Why setting socket reference in InputBuffer and OutputBuffer is unnecessary here in async processing, but is still present for the non-async case. I do not understand why you removed the code. 2011/6/20 ma...@apache.org: Author: markt Date: Mon Jun 20 14:24:19 2011 New Revision: 1137638

Re: svn commit: r1137638 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java Http11AprProtocol.java

2011-06-21 Thread Mark Thomas
On 21/06/2011 13:00, Konstantin Kolinko wrote: Why setting socket reference in InputBuffer and OutputBuffer is unnecessary here in async processing, but is still present for the non-async case. Because during the processing of a request, asyncDispatch() can only ever be called after process().

Re: svn commit: r1137638 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java Http11AprProtocol.java

2011-06-21 Thread Konstantin Kolinko
2011/6/21 Mark Thomas ma...@apache.org: On 21/06/2011 13:00, Konstantin Kolinko wrote: Why setting socket reference in InputBuffer and OutputBuffer is unnecessary here in async processing, but is still present for the non-async case. Because during the processing of a request,

svn commit: r1137638 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11AprProcessor.java Http11AprProtocol.java

2011-06-20 Thread markt
Author: markt Date: Mon Jun 20 14:24:19 2011 New Revision: 1137638 URL: http://svn.apache.org/viewvc?rev=1137638view=rev Log: Remove unnecessary code. Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11AprProcessor.java