mirror of
https://github.com/apache/jclouds.git
synced 2025-02-06 01:59:19 +00:00
9f11888f4b
To repro issue 342, the following steps were taken: - Spawn 500 parallel / 2000 total putBlobs to cloudfiles-uk - issue a SIGSTOP - wait 60 seconds - issue a SIGCONT Without this patch, there are several hundred 408s. With this patch, these are retried and complete successfully.