https://issues.apache.org/bugzilla/show_bug.cgi?id=48047

Filip Hanik <fha...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Filip Hanik <fha...@apache.org> 2009-10-26 09:32:08 UTC ---
processor.process(socket) is a loop that continues until its time to release
the socket. So the return value here has no meaning what-so-ever. 

In trunk, you will see that the keep alive logic has been moved from the
processor to the endpoint in order to accomodate async behavior, and there, the
value is taken into consideration.

So for Tomcat 6, this will not likely change, since the return value is not
really defined, when this method returns, the socket should close, regardless

Filip

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to