DataLineJamesMessageHookHandler does call OutputStream.flush() to often
-----------------------------------------------------------------------

                 Key: JAMES-1315
                 URL: https://issues.apache.org/jira/browse/JAMES-1315
             Project: JAMES Server
          Issue Type: Improvement
          Components: SMTPServer
    Affects Versions: 3.0-beta3
            Reporter: Norman Maurer
            Assignee: Norman Maurer
            Priority: Minor
             Fix For: 3.0-beta4


In DataLineJamesMessageHookHandler we call OutputStream.flush() after each line 
of data that we receive. This is a waste of performance as we only need to 
flush it when we received the CRLF.CRLF sequence. 

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