[JBoss JIRA] Closed: (NETTY-198) SslHandler does not notify the ChannelFuture created by Channel.write(ChannelBuffers.EMPTY_BUFFER).

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


     [ https://jira.jboss.org/jira/browse/NETTY-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trustin Lee closed NETTY-198.
-----------------------------

    Resolution: Done


Fixed at revision 1566

> SslHandler does not notify the ChannelFuture created by Channel.write(ChannelBuffers.EMPTY_BUFFER).
> ---------------------------------------------------------------------------------------------------
>
>                 Key: NETTY-198
>                 URL: https://jira.jboss.org/jira/browse/NETTY-198
>             Project: Netty
>          Issue Type: Bug
>          Components: Handler
>            Reporter: Trustin Lee
>            Assignee: Trustin Lee
>            Priority: Critical
>             Fix For: 3.1.0.GA
>
>
> If an SslHandler is in the pipeline and a user wrote an empty buffer to the Channel, the ChannelFuture returned by Channel.write(emptyBuf) is not notified at all because SslHandler swallows the request.  An empty write request must be sent downstream so that its future is notified by the sink.

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