NettyProtocolSession.writeResponse(...) does not maintain order of written 
Responses if FutureResponse and Response is mixed
----------------------------------------------------------------------------------------------------------------------------

                 Key: PROTOCOLS-36
                 URL: https://issues.apache.org/jira/browse/PROTOCOLS-36
             Project: JAMES Protocols
          Issue Type: Bug
    Affects Versions: 1.6
            Reporter: Norman Maurer
            Assignee: Norman Maurer
             Fix For: 1.6


If we mix FutureResponse and Response implementation we MUST ensure that the 
right order of responses is maintained. This basicly means that we need to put 
responses in a queue and dequeue them in the right order (respecting the 
FutureResponse async nature)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to