summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bugs/encrypted_S3_stalls.mdwn7
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]]