[JBoss JIRA] Created: (NETTY-202) NPE at OioWorker.write() when trying to write something to the closed Channel.

Trustin Lee (JIRA) jira-events at lists.jboss.org
Thu Jul 23 21:52:29 EDT 2009


NPE at OioWorker.write() when trying to write something to the closed Channel.
------------------------------------------------------------------------------

                 Key: NETTY-202
                 URL: https://jira.jboss.org/jira/browse/NETTY-202
             Project: Netty
          Issue Type: Bug
          Components: Transport
            Reporter: Trustin Lee
            Assignee: Trustin Lee
             Fix For: 3.1.0.GA


OioWorker.write() should perform null check before writing to an OutputStream returned by Socket.getOutputStream(), which returns null when the connection is closed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the netty-dev mailing list