You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2021/02/14 13:02:00 UTC

[jira] [Created] (CAMEL-16205) camel-http - Optimize extract response body for small payloads

Claus Ibsen created CAMEL-16205:
-----------------------------------

             Summary: camel-http - Optimize extract response body for small payloads
                 Key: CAMEL-16205
                 URL: https://issues.apache.org/jira/browse/CAMEL-16205
             Project: Camel
          Issue Type: Improvement
          Components: camel-http
            Reporter: Claus Ibsen
             Fix For: 3.9.0


We can optimize http producer to avoid using stream caching when the response payload is small, as we can store that as byte[] directly.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)