Claus Ibsen created CAMEL-6483:
----------------------------------

             Summary: Optimize writing response in camel-jetty
                 Key: CAMEL-6483
                 URL: https://issues.apache.org/jira/browse/CAMEL-6483
             Project: Camel
          Issue Type: Improvement
          Components: camel-jetty
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.12.0


If using chunked mode, we should flush on each write, as Jetty handles this 
better.

Also we should if do direct streaming from CachedOutputStream if that is in 
used, if chunked was forced disabled. This avoids an intermediate buffer copy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to