[JBoss JIRA] Created: (NETTY-225) ReadTimeoutHandler, WriteTimeoutHandler, and IdleStateHandler handles sub-millisecond time unit incorrectly

Trustin Lee (JIRA) jira-events at lists.jboss.org
Fri Sep 4 02:57:23 EDT 2009


ReadTimeoutHandler, WriteTimeoutHandler, and IdleStateHandler handles sub-millisecond time unit incorrectly
-----------------------------------------------------------------------------------------------------------

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


The minimum timeout for ReadTimeoutHandler, WriteTimeoutHandler, and IdleStateHandler is 1 millisecond.  Specifying a timeout which is less than 1 millisecond should be considered as 1 millisecond.  However, the current implementation converts sub-millisecond timeout to 0 millisecond, which disables timeout.

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