You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Richard Peter (JIRA)" <ji...@apache.org> on 2015/04/15 16:50:59 UTC

[jira] [Created] (CAMEL-8643) Http Post from a streaming client sometimes fails to parse

Richard Peter created CAMEL-8643:
------------------------------------

             Summary: Http Post from a streaming client sometimes fails to parse
                 Key: CAMEL-8643
                 URL: https://issues.apache.org/jira/browse/CAMEL-8643
             Project: Camel
          Issue Type: Bug
          Components: camel-http, camel-http4, camel-jetty
    Affects Versions: 2.15.0
         Environment: redhat 6.4
            Reporter: Richard Peter


When upgrading from camel 2.14.1 to 2.15.0 our http posts from clients were sometimes failing.  Traced issue to https://issues.apache.org/jira/browse/CAMEL-5806.  The linked issue added a check of InputStream.isAvailable which on a slow or remote client the binary stream isn't always immediately available.  Since this is done as part of the initial setup the data is never parsed when it becomes available.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)