[JBoss JIRA] Created: (NETTY-222) SimpleChannelHandler.handleUpstream() and SimpleChannelUpstreamHandler.handlerUpstream() can send an event downstream

Trustin Lee (JIRA) jira-events at lists.jboss.org
Thu Sep 3 00:45:23 EDT 2009


SimpleChannelHandler.handleUpstream() and SimpleChannelUpstreamHandler.handlerUpstream() can send an event downstream
---------------------------------------------------------------------------------------------------------------------

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


The default block of the switch-case statements in SimpleChannelHandler.handleUpstream() and SimpleChannelUpstreamHandler.handleUpstream() sends the received ChannelStateEvent downstream, and it is an opposite behavior.  All events should be forwarded upstream by default.

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