https://bz.apache.org/bugzilla/show_bug.cgi?id=63022

Remy Maucherat <r...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #5 from Remy Maucherat <r...@apache.org> ---
I prefer needinfo. I understand your testcase but it is not legitimate as is.

NIO also checks the socket open state and I verified it does the same thing as
NIO2 (you made it sound like it is a NIO2 issue, it is not), unlike APR
(isClosed uses only a flag). Since APR only checks the internal wrapper closed
flag, it should be ok to only do that for NIO and NIO2 as well.

-- 
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