[
https://issues.apache.org/jira/browse/CAMEL-8643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richard Peter updated CAMEL-8643:
---------------------------------
Description: 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.available() 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. (was: 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.)
> 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.available() 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)