-
Improvement
-
Resolution: Fixed
-
Minor
-
None
Deploying to Tomcat over a 20Mbps link. The "upload" transfer speed from cargo is very slow. It maxes out at about 2Mbps/250kBps which obviously slowing our deploy time.
Cause is a small default chunked encoding size (i.e. buffer size) and use of expect/continue headers when sending data during a remote remote deploy.
Fix has been submitted to Codehouse Cargo (hopefully released v1.6.2) and tested with the deploy plugin as working. Here's the relevant issue https://codehaus-cargo.atlassian.net/browse/CARGO-1418
Can we please upgrade Cargo to the latest version.