[JBoss JIRA] Created: (NETTY-191) Raise ChannelClosedException only once when many queued write requests failed.

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


Raise ChannelClosedException only once when many queued write requests failed.
------------------------------------------------------------------------------

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


In NIO or other non-blocking transport, queued write requests can fail if the connection is closed before all the write requests are flushed.  In this case, exceptionCaught event is fired as many times as the number of the queued write requests, but it's not necessary to do so, although all futures must be notified correctly.

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