diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-19 13:45:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-19 13:45:32 -0400 |
commit | 1687fecd33ff73a71b2084532e9731796758047a (patch) | |
tree | 8701d58c70c7a92bf7e5409dfcb8ffc1457619c0 | |
parent | 4cbd71b05771479061c3b1a029dc4aabe748d1fb (diff) |
bug
-rw-r--r-- | doc/bugs/encrypted_S3_stalls.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/encrypted_S3_stalls.mdwn b/doc/bugs/encrypted_S3_stalls.mdwn new file mode 100644 index 000000000..c4484b9c4 --- /dev/null +++ b/doc/bugs/encrypted_S3_stalls.mdwn @@ -0,0 +1,7 @@ +Sending large-ish (few megabytes) files to encrypted S3 remotes stalls out. +It works for the tiny files I was using to test while developing it, on +dialup. + +There was a similar issue with bup, which I fixed by forking a process +rather than using a thread to do some IO. Probably need the same here. +--[[Joey]] |