You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Rohan Hart (JIRA)" <ji...@apache.org> on 2017/02/22 20:24:44 UTC

[jira] [Created] (CAMEL-10883) Support HTTP 1.1 continue in Undertow

Rohan Hart created CAMEL-10883:
----------------------------------

             Summary: Support HTTP 1.1 continue in Undertow
                 Key: CAMEL-10883
                 URL: https://issues.apache.org/jira/browse/CAMEL-10883
             Project: Camel
          Issue Type: Improvement
          Components: camel-undertow
    Affects Versions: 2.19.0
            Reporter: Rohan Hart
            Priority: Minor
             Fix For: 2.19.0


Adding support for "continue" processing in Undertow is trivially done in UndertowConsumer.

However, the processing of delayed payloads could truncate the data - for me this happened reliably if the payload was more than 16KB. This has been replaced by a standard blocking channel which supports the processing expectations of Undertow's HttpServerExchange.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)