>From the code in DefaultHTTPClient, it seems that you are using preemptive authentication. Could this be the problem with camel? If preemptive authentication is not used, each request would go twice. Once without the auth headers and then again with the auth headers. This could contribute to the time to download.
-- View this message in context: http://camel.465427.n5.nabble.com/Camel-HTTP-component-vs-Apache-HTTP-client-tp5735943p5736197.html Sent from the Camel - Users mailing list archive at Nabble.com.
