On 15/08/2013 11:32, ma...@apache.org wrote:
> Author: markt
> Date: Thu Aug 15 10:32:15 2013
> New Revision: 1514228
> 
> URL: http://svn.apache.org/r1514228
> Log:
> The container is responsible for the first call to each of onWritePossible() 
> and onDataAvailable() once a listener has been set.
> Main component is the addition to the SocketWrapper of a list of dispatch 
> types that need to be made. "Dispatch type" in this case meaning "process the 
> socket using the specified SocketStatus". This is used to register trigger 
> the first call to each of onWritePossible() and onDataAvailable() for which 
> the container is responsible.
> Fix some additional issues identified in the test case.

This passes on Windows and Linux on BIO, NIO and APR and OSX on BIO and
NIO but not OSX with the APR connector. BZ55381 isn't quite fixed yet.

Mark

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

Reply via email to