GitHub user bobpaulin opened a pull request:
https://github.com/apache/camel/pull/2496
CAMEL-12751 - Added Content-Length Test for incorrect length.
Simple test simulating an incorrect content-length coming into the
HttpProducer. This could potentially occur following the marshalling a pretty
printed HTTP body.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bobpaulin/camel CAMEL-12751
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2496.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2496
----
commit e883c3495b3ac858017debdaea0091e8541108a3
Author: Bob Paulin <bob@...>
Date: 2018-08-29T02:13:13Z
CAMEL-12751 - Added Content-Length Test for incorrect length.
----
---