mog: teach tee to optionally --chunk uploads
commit41d9b886e9ae1bea35753d6f5de958154809330a
authorEric Wong <normalperson@yhbt.net>
Mon, 14 Nov 2011 09:38:42 +0000 (14 09:38 +0000)
committerEric Wong <normalperson@yhbt.net>
Mon, 14 Nov 2011 09:38:42 +0000 (14 09:38 +0000)
treea54343ff51b47bd9b8ee19d5b7e3aecc58a90beb
parent46f51f4eaaef4e8f7b36fe5f881551099d5113b8
mog: teach tee to optionally --chunk uploads

On some backend servers (latest Perlbal), chunked uploads work,
so we can stream uploads to them without buffering to a
Tempfile.  Of course, this destroys our ability to retry...
bin/mog