Is there a way to disable using chunked encoding on the HTTP4 component? I have a server that apparently doesn't like chunked messages. I was able to switch to use the HTTP component but I know that is eventually going to go away.
I tried setting the CamelHttpChunked header to false but that doesn't seem to be used by the Producer code. I'm using Camel 2.10.4 Thanks, Chris
